Html Css Color HEX #660EDE Electric Indigo

📋 copy color: '#660EDE'

red 102 ◦ green 14 ◦ blue 222

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

Shades of Electric Indigo #660EDE

Tints of Electric Indigo #660EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 30.18%
G = 4.14%
B = 65.68%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#660EDE (or 0x660EDE) is known color: Electric Indigo. HEX triplet: 66, 0E and DE. RGB value is (102,14,222). Sum of RGB (Red+Green+Blue) = 102+14+222=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #660EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660EDE is #99F121. Grayscale: #3F3F3F. Windows color (decimal): -10088738 or 14552678. OLE color: 14552678.

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

Color convert

RGB 102 14 222 -
CMYK 0.54 0.94 0 0.13
HSL 265.38º 0.88% 0.46% -
HSV(B) 265.38º 0.94% 0.87% -
XYZ 18.82 8.41 69.74 -
YUV 64.02 217.15 155.09 -
System Red Green Blue C M Y K H S L
Decimal 102 14 222 0.54 0.94 0 0.13 265.38 0.88 0.46
Hex 66 E DE 36 5E 0 D 109 58 2E
Octal 146 16 336 66 136 0 15 411 130 56
Binary 1100110 1110 11011110 110110 1011110 0 1101 100001001 1011000 101110

Color Harmonies of #660EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EDE

Black with #660EDE

Text Example


Text Example

White with #660EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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