Color Hex Logo

#6b96ae Color Hex

#6B96AE
(107,150,174)
0 Favorites   0 Comments

Color spaces of #6b96ae

RGB 107150174
HSL0.560.290.55
HSV201°39°68°
CMYK 0.390.140.00   0.32
XYZ24.609727.994544.1508
Yxy27.99450.25440.2893
Hunter Lab52.9098-9.5673-12.4379
CIE-Lab59.8838-8.4019-17.1981

#6b96ae color RGB value is (107,150,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10010110 10101110
Octal 153 226 256
Decimal 107 150 174
Hex 6B 96 AE

RGB Percentages of Color #6b96ae

%24.83
%34.80
%40.37

CMYK Percentages of Color #6b96ae

%39
%14
%0
%32

Triadic Colors of #6b96ae

#6b96ae #ae6b96 #96ae6b

Analogous Colors of #6b96ae

#6b96ae #6b75ae #6baea5

Monochromatic Colors of #6b96ae

#6b96ae

Complementary Color

#6b96ae #ae836b

#6b96ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b96ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b96ae Color CSS Codes

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

#6b96ae Text Font Color

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

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


#6b96ae Background Color

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

This div background color is #6b96ae


#6b96ae Border Color

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

This div border color is #6b96ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b96ae


Comments

No comments written yet.

Please login to write comment.