Color Hex Logo

#6aa1cb Color Hex

#6AA1CB
(106,161,203)
0 Favorites   0 Comments

Color spaces of #6aa1cb

RGB 106161203
HSL0.570.480.61
HSV206°48°80°
CMYK 0.480.210.00   0.20
XYZ29.468232.865761.2905
Yxy32.86570.23840.2659
Hunter Lab57.3286-8.5721-23.2574
CIE-Lab64.0520-6.6429-27.1150

#6aa1cb color RGB value is (106,161,203).

#6aa1cb hex color red value is 106, green value is 161 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6aa1cb hue: 0.57 , saturation: 0.48 and the lightness value of 6aa1cb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100001 11001011
Octal 152 241 313
Decimal 106 161 203
Hex 6A A1 CB

RGB Percentages of Color #6aa1cb

%22.55
%34.26
%43.19

CMYK Percentages of Color #6aa1cb

%48
%21
%0
%20

Triadic Colors of #6aa1cb

#6aa1cb #cb6aa1 #a1cb6a

Analogous Colors of #6aa1cb

#6aa1cb #6a71cb #6acbc5

Monochromatic Colors of #6aa1cb

#6aa1cb

Complementary Color

#6aa1cb #cb946a

#6aa1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa1cb Color CSS Codes

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

#6aa1cb Text Font Color

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

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


#6aa1cb Background Color

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

This div background color is #6aa1cb


#6aa1cb Border Color

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

This div border color is #6aa1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa1cb


Comments

No comments written yet.

Please login to write comment.