Color Hex Logo

#609aef Color Hex

#609AEF
(96,154,239)
0 Favorites   0 Comments

Color spaces of #609aef

RGB 96154239
HSL0.600.820.66
HSV216°60°94°
CMYK 0.600.360.00   0.06
XYZ31.959531.830086.1207
Yxy31.83000.21320.2123
Hunter Lab56.41812.3844-51.0119
CIE-Lab63.20216.3002-48.4052

#609aef color RGB value is (96,154,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011010 11101111
Octal 140 232 357
Decimal 96 154 239
Hex 60 9A EF

RGB Percentages of Color #609aef

%19.63
%31.49
%48.88

CMYK Percentages of Color #609aef

%60
%36
%0
%6

Triadic Colors of #609aef

#609aef #ef609a #9aef60

Analogous Colors of #609aef

#609aef #6e60ef #60e2ef

Monochromatic Colors of #609aef

#609aef

Complementary Color

#609aef #efb560

#609aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#609aef Color CSS Codes

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

#609aef Text Font Color

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

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


#609aef Background Color

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

This div background color is #609aef


#609aef Border Color

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

This div border color is #609aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609aef


Comments

No comments written yet.

Please login to write comment.