Hex #6c9bd4 Color

#6c9bd4
equivalent to

RGB

(108, 155, 212)

Details of #6c9bd4

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
108
29.7894
0.59
0.49
62.8307
31.3843
213°
56.0217
155
31.3843
0.55
0.27
-0.1538
0.2328
49°
-3.1209
212
66.7751
0.63
0.00   0.17
-34.0064
0.2453
83°
-31.4304

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1101100
154
108
6C
Green
10011011
233
155
9B
Blue
11010100
324
212
D4

RGB in % of #6c9bd4

%22.74
%32.63
%44.63

CMYK in % of #6c9bd4

%49
%27
%0
%17

Triads of color #6c9bd4

#6c9bd4 #9bd46c #d46cd4

Similar Colors to #6c9bd4

#6c9bd4 #6ccfd4 #716cd4

Preview Color #6c9bd4 on black ground

#6c9bd4 is very interesting for text.

Preview Color #6c9bd4 on white ground

#6c9bd4 is very interesting for text.

CSS Codes #6c9bd4 color

.mybgcolor {background-color:#6c9bd4; }
.myforecolor {color:#6c9bd4; }
.mybordercolor {border:3px solid #6c9bd4; }

Text Font Color #6c9bd4

<p style="color:#6c9bd4">Text here</p>

This sample text font color is #6c9bd4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #6c9bd4

<div style="background-color:#6c9bd4">
Div content here</div>

This div background color is #6c9bd4


Border Color #6c9bd4

<div style="border:3px solid #6c9bd4">
Div here</div>

The color of this border is #6c9bd4


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #6c9bd4; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #6c9bd4;
-webkit-box-shadow: 1px 1px 3px 2px #6c9bd4;
box-shadow:         1px 1px 3px 2px #6c9bd4; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #6c9bd4">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #6c9bd4;
  -webkit-box-shadow: 1px 1px 3px 2px #6c9bd4;
  box-shadow:         1px 1px 3px 2px #6c9bd4;">
Div content here</div>

The shadow of div box using color #6c9bd4