Html Css Color HEX #660EDF Electric Indigo

📋 copy color: '#660EDF'

red 102 ◦ green 14 ◦ blue 223

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

Shades of Electric Indigo #660EDF

Tints of Electric Indigo #660EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 30.09%
G = 4.13%
B = 65.78%

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

#660EDF (or 0x660EDF) is known color: Electric Indigo. HEX triplet: 66, 0E and DF. RGB value is (102,14,223). Sum of RGB (Red+Green+Blue) = 102+14+223=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #660EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660EDF is #99F120. Grayscale: #3F3F3F. Windows color (decimal): -10088737 or 14618214. OLE color: 14618214.

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

Color convert

RGB 102 14 223 -
CMYK 0.54 0.94 0 0.13
HSL 265.26º 0.88% 0.46% -
HSV(B) 265.26º 0.94% 0.87% -
XYZ 18.96 8.47 70.45 -
YUV 64.14 217.65 155.01 -
System Red Green Blue C M Y K H S L
Decimal 102 14 223 0.54 0.94 0 0.13 265.26 0.88 0.46
Hex 66 E DF 36 5E 0 D 109 58 2E
Octal 146 16 337 66 136 0 15 411 130 56
Binary 1100110 1110 11011111 110110 1011110 0 1101 100001001 1011000 101110

Color Harmonies of #660EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EDF

Black with #660EDF

Text Example


Text Example

White with #660EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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