Html Css Color HEX #660EDD Electric Indigo

📋 copy color: '#660EDD'

red 102 ◦ green 14 ◦ blue 221

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

Shades of Electric Indigo #660EDD

Tints of Electric Indigo #660EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.58%

R = 30.27%
G = 4.15%
B = 65.58%

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

#660EDD (or 0x660EDD) is known color: Electric Indigo. HEX triplet: 66, 0E and DD. RGB value is (102,14,221). Sum of RGB (Red+Green+Blue) = 102+14+221=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #660EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660EDD is #99F122. Grayscale: #3F3F3F. Windows color (decimal): -10088739 or 14487142. OLE color: 14487142.

HSL color Cylindrical-coordinate representation of color #660EDD: hue angle of 265.51º 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 #660EDD is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 14 221 -
CMYK 0.54 0.94 0 0.13
HSL 265.51º 0.88% 0.46% -
HSV(B) 265.51º 0.94% 0.87% -
XYZ 18.69 8.36 69.04 -
YUV 63.91 216.65 155.17 -
System Red Green Blue C M Y K H S L
Decimal 102 14 221 0.54 0.94 0 0.13 265.51 0.88 0.46
Hex 66 E DD 36 5E 0 D 10A 58 2E
Octal 146 16 335 66 136 0 15 412 130 56
Binary 1100110 1110 11011101 110110 1011110 0 1101 100001010 1011000 101110

Color Harmonies of #660EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EDD

Black with #660EDD

Text Example


Text Example

White with #660EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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