Color Hex Logo

#6a9acc Color Hex

#6A9ACC
(106,154,204)
0 Favorites   0 Comments

Color spaces of #6a9acc

RGB 106154204
HSL0.590.490.61
HSV211°48°80°
CMYK 0.480.250.00   0.20
XYZ28.398530.535061.5238
Yxy30.53500.23580.2535
Hunter Lab55.2585-4.9674-27.3315
CIE-Lab62.1131-2.4309-30.6672

#6a9acc color RGB value is (106,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10011010 11001100
Octal 152 232 314
Decimal 106 154 204
Hex 6A 9A CC

RGB Percentages of Color #6a9acc

%22.84
%33.19
%43.97

CMYK Percentages of Color #6a9acc

%48
%25
%0
%20

Triadic Colors of #6a9acc

#6a9acc #cc6a9a #9acc6a

Analogous Colors of #6a9acc

#6a9acc #6b6acc #6acbcc

Monochromatic Colors of #6a9acc

#6a9acc

Complementary Color

#6a9acc #cc9c6a

#6a9acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a9acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a9acc Color CSS Codes

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

#6a9acc Text Font Color

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

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


#6a9acc Background Color

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

This div background color is #6a9acc


#6a9acc Border Color

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

This div border color is #6a9acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,154,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 #6a9acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a9acc


Comments

No comments written yet.

Please login to write comment.