Color Hex Logo

#606cdd Color Hex

#606CDD
(96,108,221)
0 Favorites   0 Comments

Color spaces of #606cdd

RGB 96108221
HSL0.650.650.62
HSV234°57°87°
CMYK 0.570.510.00   0.13
XYZ23.237618.432470.7397
Yxy18.43240.20670.1640
Hunter Lab42.933021.4810-67.6377
CIE-Lab50.016428.0935-59.3985

#606cdd color RGB value is (96,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 11011101
Octal 140 154 335
Decimal 96 108 221
Hex 60 6C DD

RGB Percentages of Color #606cdd

%22.59
%25.41
%52.00

CMYK Percentages of Color #606cdd

%57
%51
%0
%13

Triadic Colors of #606cdd

#606cdd #dd606c #6cdd60

Analogous Colors of #606cdd

#606cdd #9360dd #60abdd

Monochromatic Colors of #606cdd

#606cdd

Complementary Color

#606cdd #ddd160

#606cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#606cdd Color CSS Codes

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

#606cdd Text Font Color

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

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


#606cdd Background Color

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

This div background color is #606cdd


#606cdd Border Color

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

This div border color is #606cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606cdd


Comments

No comments written yet.

Please login to write comment.