Color Hex Logo

#606fea Color Hex

#606FEA
(96,111,234)
0 Favorites   0 Comments

Color spaces of #606fea

RGB 96111234
HSL0.650.770.65
HSV233°59°92°
CMYK 0.590.530.00   0.08
XYZ25.359619.796280.3264
Yxy19.79620.20210.1578
Hunter Lab44.492923.8769-75.8956
CIE-Lab51.606030.4827-64.1537

#606fea color RGB value is (96,111,234).

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

The process color (four color CMYK) of #606fea color hex is 0.59, 0.53, 0.00, 0.08. Web safe color of #606fea is #6666ff. Color #606fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101111 11101010
Octal 140 157 352
Decimal 96 111 234
Hex 60 6F EA

RGB Percentages of Color #606fea

%21.77
%25.17
%53.06

CMYK Percentages of Color #606fea

%59
%53
%0
%8

Triadic Colors of #606fea

#606fea #ea606f #6fea60

Analogous Colors of #606fea

#606fea #9660ea #60b4ea

Monochromatic Colors of #606fea

#606fea

Complementary Color

#606fea #eadb60

#606fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#606fea Color CSS Codes

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

#606fea Text Font Color

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

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


#606fea Background Color

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

This div background color is #606fea


#606fea Border Color

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

This div border color is #606fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606fea


Comments

No comments written yet.

Please login to write comment.