Color Hex Logo

#606cea Color Hex

#606CEA
(96,108,234)
0 Favorites   0 Comments

Color spaces of #606cea

RGB 96108234
HSL0.650.770.65
HSV235°59°92°
CMYK 0.590.540.00   0.08
XYZ25.037719.152480.2191
Yxy19.15240.20130.1539
Hunter Lab43.763525.5364-78.0451
CIE-Lab50.865032.3088-65.3507

#606cea color RGB value is (96,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 11101010
Octal 140 154 352
Decimal 96 108 234
Hex 60 6C EA

RGB Percentages of Color #606cea

%21.92
%24.66
%53.42

CMYK Percentages of Color #606cea

%59
%54
%0
%8

Triadic Colors of #606cea

#606cea #ea606c #6cea60

Analogous Colors of #606cea

#606cea #9960ea #60b1ea

Monochromatic Colors of #606cea

#606cea

Complementary Color

#606cea #eade60

#606cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#606cea Color CSS Codes

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

#606cea Text Font Color

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

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


#606cea Background Color

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

This div background color is #606cea


#606cea Border Color

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

This div border color is #606cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606cea


Comments

No comments written yet.

Please login to write comment.