Html Css Color HEX #6D10DB Electric Indigo

📋 copy color: '#6D10DB'

red 109 ◦ green 16 ◦ blue 219

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

Shades of Electric Indigo #6D10DB

Tints of Electric Indigo #6D10DB

RGB

 RED value IS 109 (42.97% from 255) = 31.69%

 GREEN value IS 16 (6.64% from 255) = 4.65%

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

R = 31.69%
G = 4.65%
B = 63.66%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D10DB (or 0x6D10DB) is known color: Electric Indigo. HEX triplet: 6D, 10 and DB. RGB value is (109,16,219). Sum of RGB (Red+Green+Blue) = 109+16+219=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D10DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D10DB is #92EF24. Grayscale: #424242. Windows color (decimal): -9629477 or 14356589. OLE color: 14356589.

HSL color Cylindrical-coordinate representation of color #6D10DB: hue angle of 267.49º degrees, saturation: 0.86, 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 #6D10DB is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 16 219 -
CMYK 0.50 0.93 0 0.14
HSL 267.49º 0.86% 0.46% -
HSV(B) 267.49º 0.93% 0.86% -
XYZ 19.28 8.74 67.69 -
YUV 66.95 213.81 157.99 -
System Red Green Blue C M Y K H S L
Decimal 109 16 219 0.50 0.93 0 0.14 267.49 0.86 0.46
Hex 6D 10 DB 32 5D 0 E 10B 56 2E
Octal 155 20 333 62 135 0 16 413 126 56
Binary 1101101 10000 11011011 110010 1011101 0 1110 100001011 1010110 101110

Color Harmonies of #6D10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D10DB

Black with #6D10DB

Text Example


Text Example

White with #6D10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,219); }

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

background-color css

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

 a { background-color: rgb(109,16,219); }

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

border-color css

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

 span { border-color: rgb(109,16,219); }

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