Color Hex Logo

#6b9caa Color Hex

#6B9CAA
(107,156,170)
0 Favorites   0 Comments

Color spaces of #6b9caa

RGB 107156170
HSL0.540.270.54
HSV193°37°67°
CMYK 0.370.080.00   0.33
XYZ25.207629.805042.4546
Yxy29.80500.25860.3058
Hunter Lab54.5940-13.1208-7.8907
CIE-Lab61.4856-12.7462-12.5158

#6b9caa color RGB value is (107,156,170).

#6b9caa hex color red value is 107, green value is 156 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6b9caa hue: 0.54 , saturation: 0.27 and the lightness value of 6b9caa is 0.54.

The process color (four color CMYK) of #6b9caa color hex is 0.37, 0.08, 0.00, 0.33. Web safe color of #6b9caa is #669999. Color #6b9caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10011100 10101010
Octal 153 234 252
Decimal 107 156 170
Hex 6B 9C AA

RGB Percentages of Color #6b9caa

%24.71
%36.03
%39.26

CMYK Percentages of Color #6b9caa

%37
%8
%0
%33

Triadic Colors of #6b9caa

#6b9caa #aa6b9c #9caa6b

Analogous Colors of #6b9caa

#6b9caa #6b7daa #6baa99

Monochromatic Colors of #6b9caa

#6b9caa

Complementary Color

#6b9caa #aa796b

#6b9caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b9caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b9caa Color CSS Codes

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

#6b9caa Text Font Color

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

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


#6b9caa Background Color

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

This div background color is #6b9caa


#6b9caa Border Color

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

This div border color is #6b9caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b9caa


Comments

No comments written yet.

Please login to write comment.