Color Hex Logo

#6d9dab Color Hex

#6D9DAB
(109,157,171)
0 Favorites   0 Comments

Color spaces of #6d9dab

RGB 109157171
HSL0.540.270.55
HSV194°36°67°
CMYK 0.360.080.00   0.33
XYZ25.714330.305443.0223
Yxy30.30540.25960.3060
Hunter Lab55.0503-12.9598-7.8004
CIE-Lab61.9168-12.4668-12.4207

#6d9dab color RGB value is (109,157,171).

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

The process color (four color CMYK) of #6d9dab color hex is 0.36, 0.08, 0.00, 0.33. Web safe color of #6d9dab is #669999. Color #6d9dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10011101 10101011
Octal 155 235 253
Decimal 109 157 171
Hex 6D 9D AB

RGB Percentages of Color #6d9dab

%24.94
%35.93
%39.13

CMYK Percentages of Color #6d9dab

%36
%8
%0
%33

Triadic Colors of #6d9dab

#6d9dab #ab6d9d #9dab6d

Analogous Colors of #6d9dab

#6d9dab #6d7eab #6dab9a

Monochromatic Colors of #6d9dab

#6d9dab

Complementary Color

#6d9dab #ab7b6d

#6d9dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d9dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d9dab Color CSS Codes

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

#6d9dab Text Font Color

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

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


#6d9dab Background Color

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

This div background color is #6d9dab


#6d9dab Border Color

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

This div border color is #6d9dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d9dab


Comments

No comments written yet.

Please login to write comment.