Color Hex Logo

#6aabcc Color Hex

#6AABCC
(106,171,204)
0 Favorites   0 Comments

Color spaces of #6aabcc

RGB 106171204
HSL0.560.490.61
HSV200°48°80°
CMYK 0.480.160.00   0.20
XYZ31.405936.549662.5263
Yxy36.54960.24070.2801
Hunter Lab60.4563-13.0710-19.0007
CIE-Lab66.9377-11.8209-23.2421

#6aabcc color RGB value is (106,171,204).

#6aabcc hex color red value is 106, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6aabcc hue: 0.56 , saturation: 0.49 and the lightness value of 6aabcc is 0.61.

The process color (four color CMYK) of #6aabcc color hex is 0.48, 0.16, 0.00, 0.20. Web safe color of #6aabcc is #6699cc. Color #6aabcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 11001100
Octal 152 253 314
Decimal 106 171 204
Hex 6A AB CC

RGB Percentages of Color #6aabcc

%22.04
%35.55
%42.41

CMYK Percentages of Color #6aabcc

%48
%16
%0
%20

Triadic Colors of #6aabcc

#6aabcc #cc6aab #abcc6a

Analogous Colors of #6aabcc

#6aabcc #6a7acc #6accbc

Monochromatic Colors of #6aabcc

#6aabcc

Complementary Color

#6aabcc #cc8b6a

#6aabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabcc Color CSS Codes

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

#6aabcc Text Font Color

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

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


#6aabcc Background Color

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

This div background color is #6aabcc


#6aabcc Border Color

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

This div border color is #6aabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabcc


Comments

No comments written yet.

Please login to write comment.