Color Hex Logo

#609ece Color Hex

#609ECE
(96,158,206)
0 Favorites   0 Comments

Color spaces of #609ece

RGB 96158206
HSL0.570.530.59
HSV206°53°81°
CMYK 0.530.230.00   0.19
XYZ28.191331.396762.9669
Yxy31.39670.23000.2562
Hunter Lab56.0328-8.2501-27.4043
CIE-Lab62.8411-6.3837-30.6949

#609ece color RGB value is (96,158,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 11001110
Octal 140 236 316
Decimal 96 158 206
Hex 60 9E CE

RGB Percentages of Color #609ece

%20.87
%34.35
%44.78

CMYK Percentages of Color #609ece

%53
%23
%0
%19

Triadic Colors of #609ece

#609ece #ce609e #9ece60

Analogous Colors of #609ece

#609ece #6067ce #60cec7

Monochromatic Colors of #609ece

#609ece

Complementary Color

#609ece #ce9060

#609ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ece Color CSS Codes

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

#609ece Text Font Color

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

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


#609ece Background Color

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

This div background color is #609ece


#609ece Border Color

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

This div border color is #609ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ece


Comments

No comments written yet.

Please login to write comment.