Html Css Color HEX #6A0CDB Electric Indigo

📋 copy color: '#6A0CDB'

red 106 ◦ green 12 ◦ blue 219

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

Shades of Electric Indigo #6A0CDB

Tints of Electric Indigo #6A0CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 31.45%
G = 3.56%
B = 64.99%

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

#6A0CDB (or 0x6A0CDB) is known color: Electric Indigo. HEX triplet: 6A, 0C and DB. RGB value is (106,12,219). Sum of RGB (Red+Green+Blue) = 106+12+219=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A0CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0CDB is #95F324. Grayscale: #3E3E3E. Windows color (decimal): -9827109 or 14355562. OLE color: 14355562.

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

Color convert

RGB 106 12 219 -
CMYK 0.52 0.95 0 0.14
HSL 267.25º 0.9% 0.45% -
HSV(B) 267.25º 0.95% 0.86% -
XYZ 18.86 8.44 67.65 -
YUV 63.7 215.64 158.17 -
System Red Green Blue C M Y K H S L
Decimal 106 12 219 0.52 0.95 0 0.14 267.25 0.9 0.45
Hex 6A C DB 34 5F 0 E 10B 5A 2D
Octal 152 14 333 64 137 0 16 413 132 55
Binary 1101010 1100 11011011 110100 1011111 0 1110 100001011 1011010 101101

Color Harmonies of #6A0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0CDB

Black with #6A0CDB

Text Example


Text Example

White with #6A0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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