Color Hex Logo

#6a9cbb Color Hex

#6A9CBB
(106,156,187)
0 Favorites   0 Comments

Color spaces of #6a9cbb

RGB 106156187
HSL0.560.370.57
HSV203°43°73°
CMYK 0.430.170.00   0.27
XYZ26.802030.429051.4745
Yxy30.42900.24660.2799
Hunter Lab55.1625-9.8059-16.7123
CIE-Lab62.0226-8.4259-21.2806

#6a9cbb color RGB value is (106,156,187).

#6a9cbb hex color red value is 106, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6a9cbb hue: 0.56 , saturation: 0.37 and the lightness value of 6a9cbb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10011100 10111011
Octal 152 234 273
Decimal 106 156 187
Hex 6A 9C BB

RGB Percentages of Color #6a9cbb

%23.61
%34.74
%41.65

CMYK Percentages of Color #6a9cbb

%43
%17
%0
%27

Triadic Colors of #6a9cbb

#6a9cbb #bb6a9c #9cbb6a

Analogous Colors of #6a9cbb

#6a9cbb #6a74bb #6abbb2

Monochromatic Colors of #6a9cbb

#6a9cbb

Complementary Color

#6a9cbb #bb896a

#6a9cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a9cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a9cbb Color CSS Codes

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

#6a9cbb Text Font Color

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

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


#6a9cbb Background Color

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

This div background color is #6a9cbb


#6a9cbb Border Color

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

This div border color is #6a9cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,156,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 #6a9cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a9cbb


Comments

No comments written yet.

Please login to write comment.