Color Hex Logo

#606ddb Color Hex

#606DDB
(96,109,219)
0 Favorites   0 Comments

Color spaces of #606ddb

RGB 96109219
HSL0.650.630.62
HSV234°56°86°
CMYK 0.560.500.00   0.14
XYZ23.078718.538569.3798
Yxy18.53850.20790.1670
Hunter Lab43.056420.3294-65.3988
CIE-Lab50.142826.8343-58.0633

#606ddb color RGB value is (96,109,219).

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

The process color (four color CMYK) of #606ddb color hex is 0.56, 0.50, 0.00, 0.14. Web safe color of #606ddb is #6666cc. Color #606ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101101 11011011
Octal 140 155 333
Decimal 96 109 219
Hex 60 6D DB

RGB Percentages of Color #606ddb

%22.64
%25.71
%51.65

CMYK Percentages of Color #606ddb

%56
%50
%0
%14

Triadic Colors of #606ddb

#606ddb #db606d #6ddb60

Analogous Colors of #606ddb

#606ddb #9160db #60abdb

Monochromatic Colors of #606ddb

#606ddb

Complementary Color

#606ddb #dbce60

#606ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#606ddb Color CSS Codes

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

#606ddb Text Font Color

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

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


#606ddb Background Color

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

This div background color is #606ddb


#606ddb Border Color

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

This div border color is #606ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606ddb


Comments

No comments written yet.

Please login to write comment.