Color Hex Logo

#6da6af Color Hex

#6DA6AF
(109,166,175)
0 Favorites   0 Comments

Color spaces of #6da6af

RGB 109166175
HSL0.520.290.56
HSV188°38°69°
CMYK 0.380.050.00   0.31
XYZ27.680833.618845.5876
Yxy33.61880.25900.3145
Hunter Lab57.9817-16.2511-6.0290
CIE-Lab64.6589-16.2439-10.5539

#6da6af color RGB value is (109,166,175).

#6da6af hex color red value is 109, green value is 166 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6da6af hue: 0.52 , saturation: 0.29 and the lightness value of 6da6af is 0.56.

The process color (four color CMYK) of #6da6af color hex is 0.38, 0.05, 0.00, 0.31. Web safe color of #6da6af is #669999. Color #6da6af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10100110 10101111
Octal 155 246 257
Decimal 109 166 175
Hex 6D A6 AF

RGB Percentages of Color #6da6af

%24.22
%36.89
%38.89

CMYK Percentages of Color #6da6af

%38
%5
%0
%31

Triadic Colors of #6da6af

#6da6af #af6da6 #a6af6d

Analogous Colors of #6da6af

#6da6af #6d85af #6daf97

Monochromatic Colors of #6da6af

#6da6af

Complementary Color

#6da6af #af766d

#6da6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6da6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6da6af Color CSS Codes

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

#6da6af Text Font Color

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

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


#6da6af Background Color

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

This div background color is #6da6af


#6da6af Border Color

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

This div border color is #6da6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6da6af

#6da6af Color Palettes


Comments

No comments written yet.

Please login to write comment.