Color Hex Logo

#609ebf Color Hex

#609EBF
(96,158,191)
0 Favorites   0 Comments

Color spaces of #609ebf

RGB 96158191
HSL0.560.430.56
HSV201°50°75°
CMYK 0.500.170.00   0.25
XYZ26.454730.702153.8220
Yxy30.70210.23840.2766
Hunter Lab55.4095-11.7435-18.8047
CIE-Lab62.2553-10.8514-23.2127

#609ebf color RGB value is (96,158,191).

#609ebf hex color red value is 96, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #609ebf hue: 0.56 , saturation: 0.43 and the lightness value of 609ebf is 0.56.

The process color (four color CMYK) of #609ebf color hex is 0.50, 0.17, 0.00, 0.25. Web safe color of #609ebf is #6699cc. Color #609ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 10111111
Octal 140 236 277
Decimal 96 158 191
Hex 60 9E BF

RGB Percentages of Color #609ebf

%21.57
%35.51
%42.92

CMYK Percentages of Color #609ebf

%50
%17
%0
%25

Triadic Colors of #609ebf

#609ebf #bf609e #9ebf60

Analogous Colors of #609ebf

#609ebf #606fbf #60bfb1

Monochromatic Colors of #609ebf

#609ebf

Complementary Color

#609ebf #bf8160

#609ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ebf Color CSS Codes

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

#609ebf Text Font Color

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

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


#609ebf Background Color

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

This div background color is #609ebf


#609ebf Border Color

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

This div border color is #609ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ebf

#609ebf Color Palettes


Comments

No comments written yet.

Please login to write comment.