Color Hex Logo

#609fca Color Hex

#609FCA
(96,159,202)
0 Favorites   0 Comments

Color spaces of #609fca

RGB 96159202
HSL0.570.500.58
HSV204°52°79°
CMYK 0.520.210.00   0.21
XYZ27.882731.547360.4968
Yxy31.54730.23250.2631
Hunter Lab56.1670-9.6803-24.5437
CIE-Lab62.9670-8.1474-28.2699

#609fca color RGB value is (96,159,202).

#609fca hex color red value is 96, green value is 159 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #609fca hue: 0.57 , saturation: 0.50 and the lightness value of 609fca is 0.58.

The process color (four color CMYK) of #609fca color hex is 0.52, 0.21, 0.00, 0.21. Web safe color of #609fca is #6699cc. Color #609fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011111 11001010
Octal 140 237 312
Decimal 96 159 202
Hex 60 9F CA

RGB Percentages of Color #609fca

%21.01
%34.79
%44.20

CMYK Percentages of Color #609fca

%52
%21
%0
%21

Triadic Colors of #609fca

#609fca #ca609f #9fca60

Analogous Colors of #609fca

#609fca #606aca #60cac0

Monochromatic Colors of #609fca

#609fca

Complementary Color

#609fca #ca8b60

#609fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#609fca Color CSS Codes

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

#609fca Text Font Color

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

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


#609fca Background Color

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

This div background color is #609fca


#609fca Border Color

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

This div border color is #609fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,159,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609fca


Comments

No comments written yet.

Please login to write comment.