Html Css Color HEX #6A0ADC Electric Indigo

📋 copy color: '#6A0ADC'

red 106 ◦ green 10 ◦ blue 220

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

Shades of Electric Indigo #6A0ADC

Tints of Electric Indigo #6A0ADC

RGB

 RED value IS 106 (41.8% from 255) = 31.55%

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

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

R = 31.55%
G = 2.98%
B = 65.48%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A0ADC (or 0x6A0ADC) is known color: Electric Indigo. HEX triplet: 6A, 0A and DC. RGB value is (106,10,220). Sum of RGB (Red+Green+Blue) = 106+10+220=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A0ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0ADC is #95F523. Grayscale: #3D3D3D. Windows color (decimal): -9827620 or 14420586. OLE color: 14420586.

HSL color Cylindrical-coordinate representation of color #6A0ADC: hue angle of 267.43º 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 #6A0ADC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 10 220 -
CMYK 0.52 0.95 0 0.14
HSL 267.43º 0.91% 0.45% -
HSV(B) 267.43º 0.95% 0.86% -
XYZ 18.97 8.45 68.34 -
YUV 62.64 216.8 158.92 -
System Red Green Blue C M Y K H S L
Decimal 106 10 220 0.52 0.95 0 0.14 267.43 0.91 0.45
Hex 6A A DC 34 5F 0 E 10B 5B 2D
Octal 152 12 334 64 137 0 16 413 133 55
Binary 1101010 1010 11011100 110100 1011111 0 1110 100001011 1011011 101101

Color Harmonies of #6A0ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0ADC

Black with #6A0ADC

Text Example


Text Example

White with #6A0ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A0ADC; }

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

 H1.HeaderClassName
 {
   color: #6A0ADC;
 }
 .AnyTagClassName
 {
   color: #6A0ADC;
 }
</style>

background-color css

<style>
 a { background-color: #6A0ADC; }

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

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

border-color css

<style>
 span { border-color: #6A0ADC; }

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

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