Color Hex Logo

#606eef Color Hex

#606EEF
(96,110,239)
0 Favorites   0 Comments

Color spaces of #606eef

RGB 96110239
HSL0.650.820.66
HSV234°60°94°
CMYK 0.600.540.00   0.06
XYZ25.979819.870784.1275
Yxy19.87070.19990.1529
Hunter Lab44.576626.0231-80.6920
CIE-Lab51.690732.7206-66.8144

#606eef color RGB value is (96,110,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101110 11101111
Octal 140 156 357
Decimal 96 110 239
Hex 60 6E EF

RGB Percentages of Color #606eef

%21.57
%24.72
%53.71

CMYK Percentages of Color #606eef

%60
%54
%0
%6

Triadic Colors of #606eef

#606eef #ef606e #6eef60

Analogous Colors of #606eef

#606eef #9a60ef #60b6ef

Monochromatic Colors of #606eef

#606eef

Complementary Color

#606eef #efe160

#606eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#606eef Color CSS Codes

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

#606eef Text Font Color

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

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


#606eef Background Color

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

This div background color is #606eef


#606eef Border Color

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

This div border color is #606eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606eef


Comments

No comments written yet.

Please login to write comment.