Color Hex Logo

#6aabbd Color Hex

#6AABBD
(106,171,189)
0 Favorites   0 Comments

Color spaces of #6aabbd

RGB 106171189
HSL0.540.390.58
HSV193°44°74°
CMYK 0.440.100.00   0.26
XYZ29.692135.864153.5016
Yxy35.86410.24940.3012
Hunter Lab59.8866-16.3004-11.0479
CIE-Lab66.4160-15.9774-15.7248

#6aabbd color RGB value is (106,171,189).

#6aabbd hex color red value is 106, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6aabbd hue: 0.54 , saturation: 0.39 and the lightness value of 6aabbd is 0.58.

The process color (four color CMYK) of #6aabbd color hex is 0.44, 0.10, 0.00, 0.26. Web safe color of #6aabbd is #6699cc. Color #6aabbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 10111101
Octal 152 253 275
Decimal 106 171 189
Hex 6A AB BD

RGB Percentages of Color #6aabbd

%22.75
%36.70
%40.56

CMYK Percentages of Color #6aabbd

%44
%10
%0
%26

Triadic Colors of #6aabbd

#6aabbd #bd6aab #abbd6a

Analogous Colors of #6aabbd

#6aabbd #6a82bd #6abda6

Monochromatic Colors of #6aabbd

#6aabbd

Complementary Color

#6aabbd #bd7c6a

#6aabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabbd Color CSS Codes

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

#6aabbd Text Font Color

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

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


#6aabbd Background Color

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

This div background color is #6aabbd


#6aabbd Border Color

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

This div border color is #6aabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabbd


Comments

No comments written yet.

Please login to write comment.