Html Css Color HEX #660EEE Electric Indigo

📋 copy color: '#660EEE'

red 102 ◦ green 14 ◦ blue 238

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

Shades of Electric Indigo #660EEE

Tints of Electric Indigo #660EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.23%

R = 28.81%
G = 3.95%
B = 67.23%

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

#660EEE (or 0x660EEE) is known color: Electric Indigo. HEX triplet: 66, 0E and EE. RGB value is (102,14,238). Sum of RGB (Red+Green+Blue) = 102+14+238=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #660EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660EEE is #99F111. Grayscale: #414141. Windows color (decimal): -10088722 or 15601254. OLE color: 15601254.

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

Color convert

RGB 102 14 238 -
CMYK 0.57 0.94 0 0.07
HSL 263.57º 0.89% 0.49% -
HSV(B) 263.57º 0.94% 0.93% -
XYZ 21.07 9.31 81.58 -
YUV 65.85 225.15 153.79 -
System Red Green Blue C M Y K H S L
Decimal 102 14 238 0.57 0.94 0 0.07 263.57 0.89 0.49
Hex 66 E EE 39 5E 0 7 108 59 31
Octal 146 16 356 71 136 0 7 410 131 61
Binary 1100110 1110 11101110 111001 1011110 0 111 100001000 1011001 110001

Color Harmonies of #660EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EEE

Black with #660EEE

Text Example


Text Example

White with #660EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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