Color Hex Logo

#6baaad Color Hex

#6BAAAD
(107,170,173)
0 Favorites   0 Comments

Color spaces of #6baaad

RGB 107170173
HSL0.510.290.55
HSV183°38°68°
CMYK 0.380.020.00   0.32
XYZ27.981034.892444.7953
Yxy34.89240.25990.3241
Hunter Lab59.0698-18.8178-3.6134
CIE-Lab65.6648-19.3861-7.9476

#6baaad color RGB value is (107,170,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101010 10101101
Octal 153 252 255
Decimal 107 170 173
Hex 6B AA AD

RGB Percentages of Color #6baaad

%23.78
%37.78
%38.44

CMYK Percentages of Color #6baaad

%38
%2
%0
%32

Triadic Colors of #6baaad

#6baaad #ad6baa #aaad6b

Analogous Colors of #6baaad

#6baaad #6b89ad #6bad8f

Monochromatic Colors of #6baaad

#6baaad

Complementary Color

#6baaad #ad6e6b

#6baaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baaad Color CSS Codes

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

#6baaad Text Font Color

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

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


#6baaad Background Color

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

This div background color is #6baaad


#6baaad Border Color

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

This div border color is #6baaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baaad


Comments

No comments written yet.

Please login to write comment.