Color Hex Logo

#6aabbc Color Hex

#6AABBC
(106,171,188)
0 Favorites   0 Comments

Color spaces of #6aabbc

RGB 106171188
HSL0.530.380.58
HSV192°44°74°
CMYK 0.440.090.00   0.26
XYZ29.583935.820852.9318
Yxy35.82080.25000.3027
Hunter Lab59.8505-16.5064-10.5408
CIE-Lab66.3828-16.2470-15.2197

#6aabbc color RGB value is (106,171,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 10111100
Octal 152 253 274
Decimal 106 171 188
Hex 6A AB BC

RGB Percentages of Color #6aabbc

%22.80
%36.77
%40.43

CMYK Percentages of Color #6aabbc

%44
%9
%0
%26

Triadic Colors of #6aabbc

#6aabbc #bc6aab #abbc6a

Analogous Colors of #6aabbc

#6aabbc #6a82bc #6abca4

Monochromatic Colors of #6aabbc

#6aabbc

Complementary Color

#6aabbc #bc7b6a

#6aabbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabbc Color CSS Codes

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

#6aabbc Text Font Color

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

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


#6aabbc Background Color

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

This div background color is #6aabbc


#6aabbc Border Color

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

This div border color is #6aabbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabbc


Comments

No comments written yet.

Please login to write comment.