Html Css Color HEX #6A0CDC Electric Indigo

📋 copy color: '#6A0CDC'

red 106 ◦ green 12 ◦ blue 220

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

Shades of Electric Indigo #6A0CDC

Tints of Electric Indigo #6A0CDC

RGB

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

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

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

R = 31.36%
G = 3.55%
B = 65.09%

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

#6A0CDC (or 0x6A0CDC) is known color: Electric Indigo. HEX triplet: 6A, 0C and DC. RGB value is (106,12,220). Sum of RGB (Red+Green+Blue) = 106+12+220=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A0CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0CDC is #95F323. Grayscale: #3F3F3F. Windows color (decimal): -9827108 or 14421098. OLE color: 14421098.

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

Color convert

RGB 106 12 220 -
CMYK 0.52 0.95 0 0.14
HSL 267.12º 0.9% 0.45% -
HSV(B) 267.12º 0.95% 0.86% -
XYZ 18.99 8.49 68.35 -
YUV 63.82 216.14 158.09 -
System Red Green Blue C M Y K H S L
Decimal 106 12 220 0.52 0.95 0 0.14 267.12 0.9 0.45
Hex 6A C DC 34 5F 0 E 10B 5A 2D
Octal 152 14 334 64 137 0 16 413 132 55
Binary 1101010 1100 11011100 110100 1011111 0 1110 100001011 1011010 101101

Color Harmonies of #6A0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0CDC

Black with #6A0CDC

Text Example


Text Example

White with #6A0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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