Html Css Color HEX #660AFF Electric Indigo

📋 copy color: '#660AFF'

red 102 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #660AFF

Tints of Electric Indigo #660AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.48%

R = 27.79%
G = 2.72%
B = 69.48%

CMYK

 C value IS 0.6

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#660AFF (or 0x660AFF) is known color: Electric Indigo. HEX triplet: 66, 0A and FF. RGB value is (102,10,255). Sum of RGB (Red+Green+Blue) = 102+10+255=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #660AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660AFF is #99F500. Grayscale: #404040. Windows color (decimal): -10089729 or 16714342. OLE color: 16714342.

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

Color convert

RGB 102 10 255 -
CMYK 0.6 0.96 0 0
HSL 262.53º 1% 0.52% -
HSV(B) 262.53º 0.96% 1% -
XYZ 23.64 10.26 95.34 -
YUV 65.44 234.98 154.08 -
System Red Green Blue C M Y K H S L
Decimal 102 10 255 0.6 0.96 0 0 262.53 1 0.52
Hex 66 A FF 3C 60 0 0 107 64 34
Octal 146 12 377 74 140 0 0 407 144 64
Binary 1100110 1010 11111111 111100 1100000 0 0 100000111 1100100 110100

Color Harmonies of #660AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660AFF

Black with #660AFF

Text Example


Text Example

White with #660AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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