Color Hex Logo

#609acc Color Hex

#609ACC
(96,154,204)
0 Favorites   0 Comments

Color spaces of #609acc

RGB 96154204
HSL0.580.510.59
HSV208°53°80°
CMYK 0.530.250.00   0.20
XYZ27.278629.957661.4714
Yxy29.95760.22980.2524
Hunter Lab54.7335-6.8212-28.2753
CIE-Lab61.6176-4.7482-31.4745

#609acc color RGB value is (96,154,204).

#609acc hex color red value is 96, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #609acc hue: 0.58 , saturation: 0.51 and the lightness value of 609acc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011010 11001100
Octal 140 232 314
Decimal 96 154 204
Hex 60 9A CC

RGB Percentages of Color #609acc

%21.15
%33.92
%44.93

CMYK Percentages of Color #609acc

%53
%25
%0
%20

Triadic Colors of #609acc

#609acc #cc609a #9acc60

Analogous Colors of #609acc

#609acc #6064cc #60ccc8

Monochromatic Colors of #609acc

#609acc

Complementary Color

#609acc #cc9260

#609acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#609acc Color CSS Codes

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

#609acc Text Font Color

<p style="color:#609acc">Text here</p>

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


#609acc Background Color

<div style="background-color:#609acc">
Div content here</div>

This div background color is #609acc


#609acc Border Color

<div style="border:3px solid #609acc">
Div here</div>

This div border color is #609acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,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 #609acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609acc


Comments

No comments written yet.

Please login to write comment.