Color Hex Logo

#606ddd Color Hex

#606DDD
(96,109,221)
0 Favorites   0 Comments

Color spaces of #606ddd

RGB 96109221
HSL0.650.650.62
HSV234°57°87°
CMYK 0.570.510.00   0.13
XYZ23.343718.644570.7750
Yxy18.64450.20700.1653
Hunter Lab43.179320.9374-66.9565
CIE-Lab50.268727.4813-58.9924

#606ddd color RGB value is (96,109,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101101 11011101
Octal 140 155 335
Decimal 96 109 221
Hex 60 6D DD

RGB Percentages of Color #606ddd

%22.54
%25.59
%51.88

CMYK Percentages of Color #606ddd

%57
%51
%0
%13

Triadic Colors of #606ddd

#606ddd #dd606d #6ddd60

Analogous Colors of #606ddd

#606ddd #9260dd #60acdd

Monochromatic Colors of #606ddd

#606ddd

Complementary Color

#606ddd #ddd060

#606ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#606ddd Color CSS Codes

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

#606ddd Text Font Color

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

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


#606ddd Background Color

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

This div background color is #606ddd


#606ddd Border Color

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

This div border color is #606ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606ddd


Comments

No comments written yet.

Please login to write comment.