Color Hex Logo

#606fef Color Hex

#606FEF
(96,111,239)
0 Favorites   0 Comments

Color spaces of #606fef

RGB 96111239
HSL0.650.820.66
HSV234°60°94°
CMYK 0.600.540.00   0.06
XYZ26.088320.087784.1637
Yxy20.08770.20020.1541
Hunter Lab44.819325.4670-79.9639
CIE-Lab51.936232.1134-66.4174

#606fef color RGB value is (96,111,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101111 11101111
Octal 140 157 357
Decimal 96 111 239
Hex 60 6F EF

RGB Percentages of Color #606fef

%21.52
%24.89
%53.59

CMYK Percentages of Color #606fef

%60
%54
%0
%6

Triadic Colors of #606fef

#606fef #ef606f #6fef60

Analogous Colors of #606fef

#606fef #9960ef #60b7ef

Monochromatic Colors of #606fef

#606fef

Complementary Color

#606fef #efe060

#606fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#606fef Color CSS Codes

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

#606fef Text Font Color

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

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


#606fef Background Color

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

This div background color is #606fef


#606fef Border Color

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

This div border color is #606fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606fef


Comments

No comments written yet.

Please login to write comment.