Html Css Color HEX #660EEC Electric Indigo

📋 copy color: '#660EEC'

red 102 ◦ green 14 ◦ blue 236

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

Shades of Electric Indigo #660EEC

Tints of Electric Indigo #660EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.05%

R = 28.98%
G = 3.98%
B = 67.05%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#660EEC (or 0x660EEC) is known color: Electric Indigo. HEX triplet: 66, 0E and EC. RGB value is (102,14,236). Sum of RGB (Red+Green+Blue) = 102+14+236=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #660EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660EEC is #99F113. Grayscale: #404040. Windows color (decimal): -10088724 or 15470182. OLE color: 15470182.

HSL color Cylindrical-coordinate representation of color #660EEC: hue angle of 263.78º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660EEC is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 14 236 -
CMYK 0.57 0.94 0 0.07
HSL 263.78º 0.89% 0.49% -
HSV(B) 263.78º 0.94% 0.93% -
XYZ 20.78 9.19 80.04 -
YUV 65.62 224.15 153.95 -
System Red Green Blue C M Y K H S L
Decimal 102 14 236 0.57 0.94 0 0.07 263.78 0.89 0.49
Hex 66 E EC 39 5E 0 7 108 59 31
Octal 146 16 354 71 136 0 7 410 131 61
Binary 1100110 1110 11101100 111001 1011110 0 111 100001000 1011001 110001

Color Harmonies of #660EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EEC

Black with #660EEC

Text Example


Text Example

White with #660EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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