Color Hex Logo

#609fef Color Hex

#609FEF
(96,159,239)
0 Favorites   0 Comments

Color spaces of #609fef

RGB 96159239
HSL0.590.820.66
HSV214°60°94°
CMYK 0.600.330.00   0.06
XYZ32.802033.515186.4016
Yxy33.51510.21480.2195
Hunter Lab57.8922-0.1725-47.9632
CIE-Lab64.57583.4078-46.2376

#609fef color RGB value is (96,159,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011111 11101111
Octal 140 237 357
Decimal 96 159 239
Hex 60 9F EF

RGB Percentages of Color #609fef

%19.43
%32.19
%48.38

CMYK Percentages of Color #609fef

%60
%33
%0
%6

Triadic Colors of #609fef

#609fef #ef609f #9fef60

Analogous Colors of #609fef

#609fef #6960ef #60e7ef

Monochromatic Colors of #609fef

#609fef

Complementary Color

#609fef #efb060

#609fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#609fef Color CSS Codes

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

#609fef Text Font Color

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

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


#609fef Background Color

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

This div background color is #609fef


#609fef Border Color

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

This div border color is #609fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609fef


Comments

No comments written yet.

Please login to write comment.