Html Css Color HEX #660EE0 Electric Indigo

📋 copy color: '#660EE0'

red 102 ◦ green 14 ◦ blue 224

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

Shades of Electric Indigo #660EE0

Tints of Electric Indigo #660EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 65.88%

R = 30%
G = 4.12%
B = 65.88%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#660EE0 (or 0x660EE0) is known color: Electric Indigo. HEX triplet: 66, 0E and E0. RGB value is (102,14,224). Sum of RGB (Red+Green+Blue) = 102+14+224=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #660EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660EE0 is #99F11F. Grayscale: #3F3F3F. Windows color (decimal): -10088736 or 14683750. OLE color: 14683750.

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

Color convert

RGB 102 14 224 -
CMYK 0.54 0.94 0 0.12
HSL 265.14º 0.88% 0.47% -
HSV(B) 265.14º 0.94% 0.88% -
XYZ 19.09 8.52 71.16 -
YUV 64.25 218.15 154.92 -
System Red Green Blue C M Y K H S L
Decimal 102 14 224 0.54 0.94 0 0.12 265.14 0.88 0.47
Hex 66 E E0 36 5E 0 C 109 58 2F
Octal 146 16 340 66 136 0 14 411 130 57
Binary 1100110 1110 11100000 110110 1011110 0 1100 100001001 1011000 101111

Color Harmonies of #660EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EE0

Black with #660EE0

Text Example


Text Example

White with #660EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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