Color Hex Logo

#666dbe Color Hex

#666DBE
(102,109,190)
0 Favorites   0 Comments

Color spaces of #666dbe

RGB 102109190
HSL0.650.400.57
HSV235°46°75°
CMYK 0.460.430.00   0.25
XYZ20.242417.479851.0222
Yxy17.47980.22810.1970
Hunter Lab41.808913.2580-43.0894
CIE-Lab48.859019.0272-43.5188

#666dbe color RGB value is (102,109,190).

#666dbe hex color red value is 102, green value is 109 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #666dbe hue: 0.65 , saturation: 0.40 and the lightness value of 666dbe is 0.57.

The process color (four color CMYK) of #666dbe color hex is 0.46, 0.43, 0.00, 0.25. Web safe color of #666dbe is #6666cc. Color #666dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101101 10111110
Octal 146 155 276
Decimal 102 109 190
Hex 66 6D BE

RGB Percentages of Color #666dbe

%25.44
%27.18
%47.38

CMYK Percentages of Color #666dbe

%46
%43
%0
%25

Triadic Colors of #666dbe

#666dbe #be666d #6dbe66

Analogous Colors of #666dbe

#666dbe #8b66be #6699be

Monochromatic Colors of #666dbe

#666dbe

Complementary Color

#666dbe #beb766

#666dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#666dbe Color CSS Codes

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

#666dbe Text Font Color

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

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


#666dbe Background Color

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

This div background color is #666dbe


#666dbe Border Color

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

This div border color is #666dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666dbe


Comments

No comments written yet.

Please login to write comment.