Color Hex Logo

#666edb Color Hex

#666EDB
(102,110,219)
0 Favorites   0 Comments

Color spaces of #666edb

RGB 102110219
HSL0.660.620.63
HSV236°53°86°
CMYK 0.530.500.00   0.14
XYZ23.841619.091169.4462
Yxy19.09110.21220.1699
Hunter Lab43.693420.9364-63.6501
CIE-Lab50.793627.4292-56.9962

#666edb color RGB value is (102,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101110 11011011
Octal 146 156 333
Decimal 102 110 219
Hex 66 6E DB

RGB Percentages of Color #666edb

%23.67
%25.52
%50.81

CMYK Percentages of Color #666edb

%53
%50
%0
%14

Triadic Colors of #666edb

#666edb #db666e #6edb66

Analogous Colors of #666edb

#666edb #9966db #66a9db

Monochromatic Colors of #666edb

#666edb

Complementary Color

#666edb #dbd366

#666edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#666edb Color CSS Codes

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

#666edb Text Font Color

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

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


#666edb Background Color

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

This div background color is #666edb


#666edb Border Color

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

This div border color is #666edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666edb


Comments

No comments written yet.

Please login to write comment.