Html Css Color HEX #660EFE Electric Indigo

📋 copy color: '#660EFE'

red 102 ◦ green 14 ◦ blue 254

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

Shades of Electric Indigo #660EFE

Tints of Electric Indigo #660EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.65%

R = 27.57%
G = 3.78%
B = 68.65%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#660EFE (or 0x660EFE) is known color: Electric Indigo. HEX triplet: 66, 0E and FE. RGB value is (102,14,254). Sum of RGB (Red+Green+Blue) = 102+14+254=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #660EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660EFE is #99F101. Grayscale: #424242. Windows color (decimal): -10088706 or 16649830. OLE color: 16649830.

HSL color Cylindrical-coordinate representation of color #660EFE: hue angle of 262º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660EFE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 14 254 -
CMYK 0.60 0.94 0 0.00
HSL 262º 0.99% 0.53% -
HSV(B) 262º 0.94% 1% -
XYZ 23.53 10.29 94.51 -
YUV 67.67 233.15 152.49 -
System Red Green Blue C M Y K H S L
Decimal 102 14 254 0.60 0.94 0 0.00 262 0.99 0.53
Hex 66 E FE 3C 5E 0 0 106 63 35
Octal 146 16 376 74 136 0 0 406 143 65
Binary 1100110 1110 11111110 111100 1011110 0 0 100000110 1100011 110101

Color Harmonies of #660EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EFE

Black with #660EFE

Text Example


Text Example

White with #660EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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