Color Hex Logo

#606edb Color Hex

#606EDB
(96,110,219)
0 Favorites   0 Comments

Color spaces of #606edb

RGB 96110219
HSL0.650.630.62
HSV233°56°86°
CMYK 0.560.500.00   0.14
XYZ23.186018.753169.4155
Yxy18.75310.20820.1684
Hunter Lab43.304819.7878-64.7255
CIE-Lab50.397126.2211-57.6545

#606edb color RGB value is (96,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101110 11011011
Octal 140 156 333
Decimal 96 110 219
Hex 60 6E DB

RGB Percentages of Color #606edb

%22.59
%25.88
%51.53

CMYK Percentages of Color #606edb

%56
%50
%0
%14

Triadic Colors of #606edb

#606edb #db606e #6edb60

Analogous Colors of #606edb

#606edb #9060db #60acdb

Monochromatic Colors of #606edb

#606edb

Complementary Color

#606edb #dbcd60

#606edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#606edb Color CSS Codes

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

#606edb Text Font Color

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

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


#606edb Background Color

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

This div background color is #606edb


#606edb Border Color

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

This div border color is #606edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606edb


Comments

No comments written yet.

Please login to write comment.