Color Hex Logo

#609ebc Color Hex

#609EBC
(96,158,188)
0 Favorites   0 Comments

Color spaces of #609ebc

RGB 96158188
HSL0.550.410.56
HSV200°49°74°
CMYK 0.490.160.00   0.26
XYZ26.127830.571452.1007
Yxy30.57140.24010.2810
Hunter Lab55.2914-12.4103-17.1646
CIE-Lab62.1441-11.7223-21.7003

#609ebc color RGB value is (96,158,188).

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

The process color (four color CMYK) of #609ebc color hex is 0.49, 0.16, 0.00, 0.26. Web safe color of #609ebc is #6699cc. Color #609ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 10111100
Octal 140 236 274
Decimal 96 158 188
Hex 60 9E BC

RGB Percentages of Color #609ebc

%21.72
%35.75
%42.53

CMYK Percentages of Color #609ebc

%49
%16
%0
%26

Triadic Colors of #609ebc

#609ebc #bc609e #9ebc60

Analogous Colors of #609ebc

#609ebc #6070bc #60bcac

Monochromatic Colors of #609ebc

#609ebc

Complementary Color

#609ebc #bc7e60

#609ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ebc Color CSS Codes

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

#609ebc Text Font Color

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

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


#609ebc Background Color

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

This div background color is #609ebc


#609ebc Border Color

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

This div border color is #609ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ebc


Comments

No comments written yet.

Please login to write comment.