Color Hex Logo

#606cde Color Hex

#606CDE
(96,108,222)
0 Favorites   0 Comments

Color spaces of #606cde

RGB 96108222
HSL0.650.660.62
HSV234°57°87°
CMYK 0.570.510.00   0.13
XYZ23.371218.485871.4436
Yxy18.48580.20630.1632
Hunter Lab42.995121.7872-68.4237
CIE-Lab50.080128.4170-59.8613

#606cde color RGB value is (96,108,222).

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

The process color (four color CMYK) of #606cde color hex is 0.57, 0.51, 0.00, 0.13. Web safe color of #606cde is #6666cc. Color #606cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 11011110
Octal 140 154 336
Decimal 96 108 222
Hex 60 6C DE

RGB Percentages of Color #606cde

%22.54
%25.35
%52.11

CMYK Percentages of Color #606cde

%57
%51
%0
%13

Triadic Colors of #606cde

#606cde #de606c #6cde60

Analogous Colors of #606cde

#606cde #9360de #60abde

Monochromatic Colors of #606cde

#606cde

Complementary Color

#606cde #ded260

#606cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#606cde Color CSS Codes

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

#606cde Text Font Color

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

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


#606cde Background Color

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

This div background color is #606cde


#606cde Border Color

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

This div border color is #606cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606cde


Comments

No comments written yet.

Please login to write comment.