Hex #6ca6cd Color

#6ca6cd
equivalent to

RGB

(108, 166, 205)

Details of #6ca6cd

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
108
30.8400
0.57
0.47
65.6460
34.8684
204°
59.0494
166
34.8684
0.49
0.19
-8.3420
0.2399
47°
-10.1102
205
62.8624
0.61
0.00   0.20
-25.7665
0.2712
80°
-21.7616

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1101100
154
108
6C
Green
10100110
246
166
A6
Blue
11001101
315
205
CD

RGB in % of #6ca6cd

%22.55
%34.66
%42.80

CMYK in % of #6ca6cd

%47
%19
%0
%20

Triads of color #6ca6cd

#6ca6cd #a6cd6c #cd6ccd

Similar Colors to #6ca6cd

#6ca6cd #6ccdc4 #6c76cd

Preview Color #6ca6cd on black ground

#6ca6cd is very interesting for text.

Preview Color #6ca6cd on white ground

#6ca6cd is very interesting for text.

CSS Codes #6ca6cd color

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

Text Font Color #6ca6cd

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

This sample text font color is #6ca6cd
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 #6ca6cd

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

This div background color is #6ca6cd


Border Color #6ca6cd

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

The color of this border is #6ca6cd


Examples Css3

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

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 #6ca6cd">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #6ca6cd