Color Hex Logo

#6ca8bb Color Hex

#6CA8BB
(108,168,187)
0 Favorites   0 Comments

Color spaces of #6ca8bb

RGB 108168187
HSL0.540.370.58
HSV194°42°73°
CMYK 0.420.100.00   0.27
XYZ29.156634.781352.1904
Yxy34.78130.25110.2995
Hunter Lab58.9757-14.9600-11.1856
CIE-Lab65.5780-14.4176-15.8695

#6ca8bb color RGB value is (108,168,187).

#6ca8bb hex color red value is 108, green value is 168 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6ca8bb hue: 0.54 , saturation: 0.37 and the lightness value of 6ca8bb is 0.58.

The process color (four color CMYK) of #6ca8bb color hex is 0.42, 0.10, 0.00, 0.27. Web safe color of #6ca8bb is #6699cc. Color #6ca8bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101000 10111011
Octal 154 250 273
Decimal 108 168 187
Hex 6C A8 BB

RGB Percentages of Color #6ca8bb

%23.33
%36.29
%40.39

CMYK Percentages of Color #6ca8bb

%42
%10
%0
%27

Triadic Colors of #6ca8bb

#6ca8bb #bb6ca8 #a8bb6c

Analogous Colors of #6ca8bb

#6ca8bb #6c81bb #6cbba7

Monochromatic Colors of #6ca8bb

#6ca8bb

Complementary Color

#6ca8bb #bb7f6c

#6ca8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca8bb Color CSS Codes

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

#6ca8bb Text Font Color

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

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


#6ca8bb Background Color

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

This div background color is #6ca8bb


#6ca8bb Border Color

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

This div border color is #6ca8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca8bb


Comments

No comments written yet.

Please login to write comment.