Color Hex Logo

#6996ae Color Hex

#6996AE
(105,150,174)
0 Favorites   0 Comments

Color spaces of #6996ae

RGB 105150174
HSL0.560.300.55
HSV201°40°68°
CMYK 0.400.140.00   0.32
XYZ24.372027.871944.1397
Yxy27.87190.25290.2892
Hunter Lab52.7938-9.9856-12.6153
CIE-Lab59.7728-8.9531-17.3770

#6996ae color RGB value is (105,150,174).

#6996ae hex color red value is 105, green value is 150 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6996ae hue: 0.56 , saturation: 0.30 and the lightness value of 6996ae is 0.55.

The process color (four color CMYK) of #6996ae color hex is 0.40, 0.14, 0.00, 0.32. Web safe color of #6996ae is #669999. Color #6996ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010110 10101110
Octal 151 226 256
Decimal 105 150 174
Hex 69 96 AE

RGB Percentages of Color #6996ae

%24.48
%34.97
%40.56

CMYK Percentages of Color #6996ae

%40
%14
%0
%32

Triadic Colors of #6996ae

#6996ae #ae6996 #96ae69

Analogous Colors of #6996ae

#6996ae #6974ae #69aea4

Monochromatic Colors of #6996ae

#6996ae

Complementary Color

#6996ae #ae8169

#6996ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6996ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6996ae Color CSS Codes

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

#6996ae Text Font Color

<p style="color:#6996ae">Text here</p>

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


#6996ae Background Color

<div style="background-color:#6996ae">
Div content here</div>

This div background color is #6996ae


#6996ae Border Color

<div style="border:3px solid #6996ae">
Div here</div>

This div border color is #6996ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,150,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6996ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6996ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6996ae;
  box-shadow:         1px 1px 3px 2px #6996ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,150,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 #6996ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6996ae


Comments

No comments written yet.

Please login to write comment.