Color Hex Logo

#666ddc Color Hex

#666DDC
(102,109,220)
0 Favorites   0 Comments

Color spaces of #666ddc

RGB 102109220
HSL0.660.630.63
HSV236°54°86°
CMYK 0.540.500.00   0.14
XYZ23.866418.929470.1060
Yxy18.92940.21140.1677
Hunter Lab43.507921.7778-65.0807
CIE-Lab50.604528.3536-57.8657

#666ddc color RGB value is (102,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101101 11011100
Octal 146 155 334
Decimal 102 109 220
Hex 66 6D DC

RGB Percentages of Color #666ddc

%23.67
%25.29
%51.04

CMYK Percentages of Color #666ddc

%54
%50
%0
%14

Triadic Colors of #666ddc

#666ddc #dc666d #6ddc66

Analogous Colors of #666ddc

#666ddc #9a66dc #66a8dc

Monochromatic Colors of #666ddc

#666ddc

Complementary Color

#666ddc #dcd566

#666ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#666ddc Color CSS Codes

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

#666ddc Text Font Color

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

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


#666ddc Background Color

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

This div background color is #666ddc


#666ddc Border Color

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

This div border color is #666ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666ddc


Comments

No comments written yet.

Please login to write comment.