Html Css Color HEX #660AFE Electric Indigo

📋 copy color: '#660AFE'

red 102 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #660AFE

Tints of Electric Indigo #660AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.73%

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

R = 27.87%
G = 2.73%
B = 69.4%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#660AFE (or 0x660AFE) is known color: Electric Indigo. HEX triplet: 66, 0A and FE. RGB value is (102,10,254). Sum of RGB (Red+Green+Blue) = 102+10+254=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #660AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660AFE is #99F501. Grayscale: #404040. Windows color (decimal): -10089730 or 16648806. OLE color: 16648806.

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

Color convert

RGB 102 10 254 -
CMYK 0.60 0.96 0 0.00
HSL 262.62º 0.99% 0.52% -
HSV(B) 262.62º 0.96% 1% -
XYZ 23.48 10.2 94.5 -
YUV 65.32 234.48 154.16 -
System Red Green Blue C M Y K H S L
Decimal 102 10 254 0.60 0.96 0 0.00 262.62 0.99 0.52
Hex 66 A FE 3C 60 0 0 107 63 34
Octal 146 12 376 74 140 0 0 407 143 64
Binary 1100110 1010 11111110 111100 1100000 0 0 100000111 1100011 110100

Color Harmonies of #660AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660AFE

Black with #660AFE

Text Example


Text Example

White with #660AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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