Color Hex Logo

#6b9dad Color Hex

#6B9DAD
(107,157,173)
0 Favorites   0 Comments

Color spaces of #6b9dad

RGB 107157173
HSL0.540.290.55
HSV195°38°68°
CMYK 0.380.090.00   0.32
XYZ25.663230.256944.0227
Yxy30.25690.25680.3027
Hunter Lab55.0063-12.9817-8.9467
CIE-Lab61.8753-12.5018-13.6212

#6b9dad color RGB value is (107,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10011101 10101101
Octal 153 235 255
Decimal 107 157 173
Hex 6B 9D AD

RGB Percentages of Color #6b9dad

%24.49
%35.93
%39.59

CMYK Percentages of Color #6b9dad

%38
%9
%0
%32

Triadic Colors of #6b9dad

#6b9dad #ad6b9d #9dad6b

Analogous Colors of #6b9dad

#6b9dad #6b7cad #6bad9c

Monochromatic Colors of #6b9dad

#6b9dad

Complementary Color

#6b9dad #ad7b6b

#6b9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b9dad Color CSS Codes

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

#6b9dad Text Font Color

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

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


#6b9dad Background Color

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

This div background color is #6b9dad


#6b9dad Border Color

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

This div border color is #6b9dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b9dad


Comments

No comments written yet.

Please login to write comment.