Color Hex Logo

#609dce Color Hex

#609DCE
(96,157,206)
0 Favorites   0 Comments

Color spaces of #609dce

RGB 96157206
HSL0.570.530.59
HSV207°53°81°
CMYK 0.530.240.00   0.19
XYZ28.021431.057062.9102
Yxy31.05700.22970.2546
Hunter Lab55.7288-7.7726-27.9201
CIE-Lab62.5557-5.8249-31.1369

#609dce color RGB value is (96,157,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011101 11001110
Octal 140 235 316
Decimal 96 157 206
Hex 60 9D CE

RGB Percentages of Color #609dce

%20.92
%34.20
%44.88

CMYK Percentages of Color #609dce

%53
%24
%0
%19

Triadic Colors of #609dce

#609dce #ce609d #9dce60

Analogous Colors of #609dce

#609dce #6066ce #60cec8

Monochromatic Colors of #609dce

#609dce

Complementary Color

#609dce #ce9160

#609dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#609dce Color CSS Codes

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

#609dce Text Font Color

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

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


#609dce Background Color

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

This div background color is #609dce


#609dce Border Color

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

This div border color is #609dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609dce


Comments

No comments written yet.

Please login to write comment.