Html Css Color HEX #6A0FDB Electric Indigo

📋 copy color: '#6A0FDB'

red 106 ◦ green 15 ◦ blue 219

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

Shades of Electric Indigo #6A0FDB

Tints of Electric Indigo #6A0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

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

R = 31.18%
G = 4.41%
B = 64.41%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A0FDB (or 0x6A0FDB) is known color: Electric Indigo. HEX triplet: 6A, 0F and DB. RGB value is (106,15,219). Sum of RGB (Red+Green+Blue) = 106+15+219=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A0FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0FDB is #95F024. Grayscale: #404040. Windows color (decimal): -9826341 or 14356330. OLE color: 14356330.

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

Color convert

RGB 106 15 219 -
CMYK 0.52 0.93 0 0.14
HSL 266.76º 0.87% 0.46% -
HSV(B) 266.76º 0.93% 0.86% -
XYZ 18.9 8.52 67.67 -
YUV 65.47 214.65 156.91 -
System Red Green Blue C M Y K H S L
Decimal 106 15 219 0.52 0.93 0 0.14 266.76 0.87 0.46
Hex 6A F DB 34 5D 0 E 10B 57 2E
Octal 152 17 333 64 135 0 16 413 127 56
Binary 1101010 1111 11011011 110100 1011101 0 1110 100001011 1010111 101110

Color Harmonies of #6A0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0FDB

Black with #6A0FDB

Text Example


Text Example

White with #6A0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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