Color Hex Logo

#609fce Color Hex

#609FCE
(96,159,206)
0 Favorites   0 Comments

Color spaces of #609fce

RGB 96159206
HSL0.570.530.59
HSV206°53°81°
CMYK 0.530.230.00   0.19
XYZ28.362631.739363.0239
Yxy31.73930.23040.2578
Hunter Lab56.3376-8.7269-26.8903
CIE-Lab63.1268-6.9413-30.2525

#609fce color RGB value is (96,159,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011111 11001110
Octal 140 237 316
Decimal 96 159 206
Hex 60 9F CE

RGB Percentages of Color #609fce

%20.82
%34.49
%44.69

CMYK Percentages of Color #609fce

%53
%23
%0
%19

Triadic Colors of #609fce

#609fce #ce609f #9fce60

Analogous Colors of #609fce

#609fce #6068ce #60cec6

Monochromatic Colors of #609fce

#609fce

Complementary Color

#609fce #ce8f60

#609fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#609fce Color CSS Codes

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

#609fce Text Font Color

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

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


#609fce Background Color

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

This div background color is #609fce


#609fce Border Color

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

This div border color is #609fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609fce


Comments

No comments written yet.

Please login to write comment.