#6D0AD8

Color #6D0AD8 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6D0AD8

Tints of Electric Indigo #6D0AD8

Color information

#6D0AD8 (or 0x6D0AD8) is unknown color: approx Electric Indigo. HEX triplet: 6D, 0A and D8. RGB value is (109,10,216). Sum of RGB (Red+Green+Blue) = 109+10+216=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 216 (84.77% from 255 or 64.48% from 335); Max value from RGB is 216 - color contains mainly: blue. Hex color #6D0AD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0AD8 is #92F527. Grayscale: #3E3E3E. Windows color (decimal): -9631016 or 14158445. OLE color: 14158445.

HSL color Cylindrical-coordinate representation of color #6D0AD8: hue angle of 268.83º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0AD8 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10910216-
CMYK0.500.9500.15
HSL268.83º91.15%44.31%-
HSV(B)268.83º95.37%84.71%-
XYZ18.818.4365.6-
YUV63.08214.3160.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 216 (84.77% from 255) = 64.48%
R=32.54%
G=2.99%
B=64.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109102160.500.9500.15268.8391.1544.31
Hex6DAD8325F0F10d5b2c
Octal155123306213701741513354
Binary11011011010110110001100101011111011111000011011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,10,216); }

 H1.HeaderClassName
 {
   color: #6D0AD8;
 }
 .AnyTagClassName
 {
   color: #6D0AD8;
 }
</style>
background-color css

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

 a { background-color: rgb(109,10,216); }

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

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

 span { border-color: rgb(109,10,216); }

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