Color Hex Logo

#6aabdc Color Hex

#6AABDC
(106,171,220)
0 Favorites   0 Comments

Color spaces of #6aabdc

RGB 106171220
HSL0.570.620.64
HSV206°52°86°
CMYK 0.520.220.00   0.14
XYZ33.425037.357373.1591
Yxy37.35730.23220.2595
Hunter Lab61.1206-9.3449-28.1835
CIE-Lab67.5442-7.1806-31.1308

#6aabdc color RGB value is (106,171,220).

#6aabdc hex color red value is 106, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6aabdc hue: 0.57 , saturation: 0.62 and the lightness value of 6aabdc is 0.64.

The process color (four color CMYK) of #6aabdc color hex is 0.52, 0.22, 0.00, 0.14. Web safe color of #6aabdc is #6699cc. Color #6aabdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 11011100
Octal 152 253 334
Decimal 106 171 220
Hex 6A AB DC

RGB Percentages of Color #6aabdc

%21.33
%34.41
%44.27

CMYK Percentages of Color #6aabdc

%52
%22
%0
%14

Triadic Colors of #6aabdc

#6aabdc #dc6aab #abdc6a

Analogous Colors of #6aabdc

#6aabdc #6a72dc #6adcd4

Monochromatic Colors of #6aabdc

#6aabdc

Complementary Color

#6aabdc #dc9b6a

#6aabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabdc Color CSS Codes

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

#6aabdc Text Font Color

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

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


#6aabdc Background Color

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

This div background color is #6aabdc


#6aabdc Border Color

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

This div border color is #6aabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabdc


Comments

No comments written yet.

Please login to write comment.