Color Hex Logo

#606dbd Color Hex

#606DBD
(96,109,189)
0 Favorites   0 Comments

Color spaces of #606dbd

RGB 96109189
HSL0.640.410.56
HSV232°49°74°
CMYK 0.490.420.00   0.26
XYZ19.477817.098250.4178
Yxy17.09820.22390.1965
Hunter Lab41.350011.7195-43.3470
CIE-Lab48.383517.2687-43.7228

#606dbd color RGB value is (96,109,189).

#606dbd hex color red value is 96, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #606dbd hue: 0.64 , saturation: 0.41 and the lightness value of 606dbd is 0.56.

The process color (four color CMYK) of #606dbd color hex is 0.49, 0.42, 0.00, 0.26. Web safe color of #606dbd is #6666cc. Color #606dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101101 10111101
Octal 140 155 275
Decimal 96 109 189
Hex 60 6D BD

RGB Percentages of Color #606dbd

%24.37
%27.66
%47.97

CMYK Percentages of Color #606dbd

%49
%42
%0
%26

Triadic Colors of #606dbd

#606dbd #bd606d #6dbd60

Analogous Colors of #606dbd

#606dbd #8260bd #609cbd

Monochromatic Colors of #606dbd

#606dbd

Complementary Color

#606dbd #bdb060

#606dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#606dbd Color CSS Codes

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

#606dbd Text Font Color

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

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


#606dbd Background Color

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

This div background color is #606dbd


#606dbd Border Color

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

This div border color is #606dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606dbd


Comments

No comments written yet.

Please login to write comment.