Color Hex Logo

#609ecf Color Hex

#609ECF
(96,158,207)
0 Favorites   0 Comments

Color spaces of #609ecf

RGB 96158207
HSL0.570.540.59
HSV206°54°81°
CMYK 0.540.240.00   0.19
XYZ28.313231.445563.6088
Yxy31.44550.22950.2549
Hunter Lab56.0763-8.0080-28.0008
CIE-Lab62.8819-6.0798-31.1888

#609ecf color RGB value is (96,158,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 11001111
Octal 140 236 317
Decimal 96 158 207
Hex 60 9E CF

RGB Percentages of Color #609ecf

%20.82
%34.27
%44.90

CMYK Percentages of Color #609ecf

%54
%24
%0
%19

Triadic Colors of #609ecf

#609ecf #cf609e #9ecf60

Analogous Colors of #609ecf

#609ecf #6067cf #60cfc9

Monochromatic Colors of #609ecf

#609ecf

Complementary Color

#609ecf #cf9160

#609ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ecf Color CSS Codes

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

#609ecf Text Font Color

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

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


#609ecf Background Color

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

This div background color is #609ecf


#609ecf Border Color

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

This div border color is #609ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ecf


Comments

No comments written yet.

Please login to write comment.