Html Css Color HEX #660EF6 Electric Indigo

📋 copy color: '#660EF6'

red 102 ◦ green 14 ◦ blue 246

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

Shades of Electric Indigo #660EF6

Tints of Electric Indigo #660EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 67.96%

R = 28.18%
G = 3.87%
B = 67.96%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#660EF6 (or 0x660EF6) is known color: Electric Indigo. HEX triplet: 66, 0E and F6. RGB value is (102,14,246). Sum of RGB (Red+Green+Blue) = 102+14+246=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 246 (96.48% from 255 or 67.96% from 362); Max value from RGB is 246 - color contains mainly: blue. Hex color #660EF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660EF6 is #99F109. Grayscale: #414141. Windows color (decimal): -10088714 or 16125542. OLE color: 16125542.

HSL color Cylindrical-coordinate representation of color #660EF6: hue angle of 262.76º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660EF6 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 14 246 -
CMYK 0.59 0.94 0 0.04
HSL 262.76º 0.93% 0.51% -
HSV(B) 262.76º 0.94% 0.96% -
XYZ 22.27 9.79 87.91 -
YUV 66.76 229.15 153.14 -
System Red Green Blue C M Y K H S L
Decimal 102 14 246 0.59 0.94 0 0.04 262.76 0.93 0.51
Hex 66 E F6 3B 5E 0 4 107 5D 33
Octal 146 16 366 73 136 0 4 407 135 63
Binary 1100110 1110 11110110 111011 1011110 0 100 100000111 1011101 110011

Color Harmonies of #660EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EF6

Black with #660EF6

Text Example


Text Example

White with #660EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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