Html Css Color HEX #660ADC Electric Indigo

📋 copy color: '#660ADC'

red 102 ◦ green 10 ◦ blue 220

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

Shades of Electric Indigo #660ADC

Tints of Electric Indigo #660ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 30.72%
G = 3.01%
B = 66.27%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#660ADC (or 0x660ADC) is known color: Electric Indigo. HEX triplet: 66, 0A and DC. RGB value is (102,10,220). Sum of RGB (Red+Green+Blue) = 102+10+220=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #660ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660ADC is #99F523. Grayscale: #3C3C3C. Windows color (decimal): -10089764 or 14420582. OLE color: 14420582.

HSL color Cylindrical-coordinate representation of color #660ADC: hue angle of 266.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660ADC is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 10 220 -
CMYK 0.54 0.95 0 0.14
HSL 266.29º 0.91% 0.45% -
HSV(B) 266.29º 0.95% 0.86% -
XYZ 18.51 8.21 68.32 -
YUV 61.45 217.48 156.92 -
System Red Green Blue C M Y K H S L
Decimal 102 10 220 0.54 0.95 0 0.14 266.29 0.91 0.45
Hex 66 A DC 36 5F 0 E 10A 5B 2D
Octal 146 12 334 66 137 0 16 412 133 55
Binary 1100110 1010 11011100 110110 1011111 0 1110 100001010 1011011 101101

Color Harmonies of #660ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660ADC

Black with #660ADC

Text Example


Text Example

White with #660ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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