Html Css Color HEX #660EDC Electric Indigo

📋 copy color: '#660EDC'

red 102 ◦ green 14 ◦ blue 220

#660EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #660EDC

Tints of Electric Indigo #660EDC

RGB

 RED value IS 102 (40.23% from 255) = 30.36%

 GREEN value IS 14 (5.86% from 255) = 4.17%

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 30.36%
G = 4.17%
B = 65.48%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#660EDC (or 0x660EDC) is known color: Electric Indigo. HEX triplet: 66, 0E and DC. RGB value is (102,14,220). Sum of RGB (Red+Green+Blue) = 102+14+220=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #660EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660EDC is #99F123. Grayscale: #3F3F3F. Windows color (decimal): -10088740 or 14421606. OLE color: 14421606.

HSL color Cylindrical-coordinate representation of color #660EDC: hue angle of 265.63º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660EDC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 14 220 -
CMYK 0.54 0.94 0 0.14
HSL 265.63º 0.88% 0.46% -
HSV(B) 265.63º 0.94% 0.86% -
XYZ 18.55 8.31 68.34 -
YUV 63.8 216.15 155.25 -
System Red Green Blue C M Y K H S L
Decimal 102 14 220 0.54 0.94 0 0.14 265.63 0.88 0.46
Hex 66 E DC 36 5E 0 E 10A 58 2E
Octal 146 16 334 66 136 0 16 412 130 56
Binary 1100110 1110 11011100 110110 1011110 0 1110 100001010 1011000 101110

Color Harmonies of #660EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EDC

Black with #660EDC

Text Example


Text Example

White with #660EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660EDC; }

 p { color: rgb(102,14,220); }

 H1.HeaderClassName
 {
   color: #660EDC;
 }
 .AnyTagClassName
 {
   color: #660EDC;
 }
</style>

background-color css

<style>
 a { background-color: #660EDC; }

 a { background-color: rgb(102,14,220); }

 div.DivClassName
 {
   background-color: #660EDC;
 }
 .BgClassName
 {
   background-color: #660EDC;
 }
</style>

border-color css

<style>
 span { border-color: #660EDC; }

 span { border-color: rgb(102,14,220); }

 td.TdClassName
 {
   border-color: #660EDC;
 }
 .TagClassName
 {
   border-color: #660EDC;
 }
</style>