Color Hex Logo

#6b8aae Color Hex

#6B8AAE
(107,138,174)
0 Favorites   0 Comments

Color spaces of #6b8aae

RGB 107138174
HSL0.590.290.55
HSV212°39°68°
CMYK 0.390.210.00   0.32
XYZ22.791924.358843.5448
Yxy24.35880.25130.2686
Hunter Lab49.3546-3.9396-17.7624
CIE-Lab56.4453-1.6288-22.4462

#6b8aae color RGB value is (107,138,174).

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

The process color (four color CMYK) of #6b8aae color hex is 0.39, 0.21, 0.00, 0.32. Web safe color of #6b8aae is #669999. Color #6b8aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10001010 10101110
Octal 153 212 256
Decimal 107 138 174
Hex 6B 8A AE

RGB Percentages of Color #6b8aae

%25.54
%32.94
%41.53

CMYK Percentages of Color #6b8aae

%39
%21
%0
%32

Triadic Colors of #6b8aae

#6b8aae #ae6b8a #8aae6b

Analogous Colors of #6b8aae

#6b8aae #6e6bae #6bacae

Monochromatic Colors of #6b8aae

#6b8aae

Complementary Color

#6b8aae #ae8f6b

#6b8aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b8aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b8aae Color CSS Codes

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

#6b8aae Text Font Color

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

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


#6b8aae Background Color

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

This div background color is #6b8aae


#6b8aae Border Color

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

This div border color is #6b8aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b8aae


Comments

No comments written yet.

Please login to write comment.