Html Css Color HEX #6A0CDD Electric Indigo

📋 copy color: '#6A0CDD'

red 106 ◦ green 12 ◦ blue 221

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

Shades of Electric Indigo #6A0CDD

Tints of Electric Indigo #6A0CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.54%

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 31.27%
G = 3.54%
B = 65.19%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A0CDD (or 0x6A0CDD) is known color: Electric Indigo. HEX triplet: 6A, 0C and DD. RGB value is (106,12,221). Sum of RGB (Red+Green+Blue) = 106+12+221=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A0CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0CDD is #95F322. Grayscale: #3F3F3F. Windows color (decimal): -9827107 or 14486634. OLE color: 14486634.

HSL color Cylindrical-coordinate representation of color #6A0CDD: hue angle of 266.99º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0CDD is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 12 221 -
CMYK 0.52 0.95 0 0.13
HSL 266.99º 0.9% 0.46% -
HSV(B) 266.99º 0.95% 0.87% -
XYZ 19.13 8.55 69.05 -
YUV 63.93 216.64 158.01 -
System Red Green Blue C M Y K H S L
Decimal 106 12 221 0.52 0.95 0 0.13 266.99 0.9 0.46
Hex 6A C DD 34 5F 0 D 10B 5A 2E
Octal 152 14 335 64 137 0 15 413 132 56
Binary 1101010 1100 11011101 110100 1011111 0 1101 100001011 1011010 101110

Color Harmonies of #6A0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0CDD

Black with #6A0CDD

Text Example


Text Example

White with #6A0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,12,221); }

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

background-color css

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

 a { background-color: rgb(106,12,221); }

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

border-color css

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

 span { border-color: rgb(106,12,221); }

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