Color Hex Logo

#666dca Color Hex

#666DCA
(102,109,202)
0 Favorites   0 Comments

Color spaces of #666dca

RGB 102109202
HSL0.660.490.60
HSV236°50°79°
CMYK 0.500.460.00   0.21
XYZ21.608818.026358.2176
Yxy18.02630.22080.1842
Hunter Lab42.457416.5476-51.5783
CIE-Lab49.528022.7163-49.3492

#666dca color RGB value is (102,109,202).

#666dca hex color red value is 102, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #666dca hue: 0.66 , saturation: 0.49 and the lightness value of 666dca is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101101 11001010
Octal 146 155 312
Decimal 102 109 202
Hex 66 6D CA

RGB Percentages of Color #666dca

%24.70
%26.39
%48.91

CMYK Percentages of Color #666dca

%50
%46
%0
%21

Triadic Colors of #666dca

#666dca #ca666d #6dca66

Analogous Colors of #666dca

#666dca #9166ca #669fca

Monochromatic Colors of #666dca

#666dca

Complementary Color

#666dca #cac366

#666dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#666dca Color CSS Codes

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

#666dca Text Font Color

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

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


#666dca Background Color

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

This div background color is #666dca


#666dca Border Color

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

This div border color is #666dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666dca


Comments

No comments written yet.

Please login to write comment.