Color Hex Logo

#6c9bae Color Hex

#6C9BAE
(108,155,174)
0 Favorites   0 Comments

Color spaces of #6c9bae

RGB 108155174
HSL0.550.290.55
HSV197°38°68°
CMYK 0.380.110.00   0.32
XYZ25.545729.686844.4281
Yxy29.68680.25630.2979
Hunter Lab54.4856-11.6596-10.2057
CIE-Lab61.3830-10.8742-14.9224

#6c9bae color RGB value is (108,155,174).

#6c9bae hex color red value is 108, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6c9bae hue: 0.55 , saturation: 0.29 and the lightness value of 6c9bae is 0.55.

The process color (four color CMYK) of #6c9bae color hex is 0.38, 0.11, 0.00, 0.32. Web safe color of #6c9bae is #669999. Color #6c9bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10011011 10101110
Octal 154 233 256
Decimal 108 155 174
Hex 6C 9B AE

RGB Percentages of Color #6c9bae

%24.71
%35.47
%39.82

CMYK Percentages of Color #6c9bae

%38
%11
%0
%32

Triadic Colors of #6c9bae

#6c9bae #ae6c9b #9bae6c

Analogous Colors of #6c9bae

#6c9bae #6c7aae #6caea0

Monochromatic Colors of #6c9bae

#6c9bae

Complementary Color

#6c9bae #ae7f6c

#6c9bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c9bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c9bae Color CSS Codes

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

#6c9bae Text Font Color

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

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


#6c9bae Background Color

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

This div background color is #6c9bae


#6c9bae Border Color

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

This div border color is #6c9bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c9bae


Comments

No comments written yet.

Please login to write comment.