Color Hex Logo

#609cef Color Hex

#609CEF
(96,156,239)
0 Favorites   0 Comments

Color spaces of #609cef

RGB 96156239
HSL0.600.820.66
HSV215°60°94°
CMYK 0.600.350.00   0.06
XYZ32.292332.495786.2317
Yxy32.49570.21380.2152
Hunter Lab57.00501.3583-49.7847
CIE-Lab63.75055.1393-47.5392

#609cef color RGB value is (96,156,239).

#609cef hex color red value is 96, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #609cef hue: 0.60 , saturation: 0.82 and the lightness value of 609cef is 0.66.

The process color (four color CMYK) of #609cef color hex is 0.60, 0.35, 0.00, 0.06. Web safe color of #609cef is #6699ff. Color #609cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011100 11101111
Octal 140 234 357
Decimal 96 156 239
Hex 60 9C EF

RGB Percentages of Color #609cef

%19.55
%31.77
%48.68

CMYK Percentages of Color #609cef

%60
%35
%0
%6

Triadic Colors of #609cef

#609cef #ef609c #9cef60

Analogous Colors of #609cef

#609cef #6c60ef #60e4ef

Monochromatic Colors of #609cef

#609cef

Complementary Color

#609cef #efb360

#609cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#609cef Color CSS Codes

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

#609cef Text Font Color

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

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


#609cef Background Color

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

This div background color is #609cef


#609cef Border Color

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

This div border color is #609cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609cef


Comments

No comments written yet.

Please login to write comment.