#6D0DED

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

Shades of Electric Indigo #6D0DED

Tints of Electric Indigo #6D0DED

Color information

#6D0DED (or 0x6D0DED) is unknown color: approx Electric Indigo. HEX triplet: 6D, 0D and ED. RGB value is (109,13,237). Sum of RGB (Red+Green+Blue) = 109+13+237=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D0DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0DED is #92F212. Grayscale: #424242. Windows color (decimal): -9630227 or 15535469. OLE color: 15535469.

HSL color Cylindrical-coordinate representation of color #6D0DED: hue angle of 265.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0DED is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10913237-
CMYK0.540.9500.07
HSL265.71º89.6%49.02%-
HSV(B)265.71º94.51%92.94%-
XYZ21.749.6580.84-
YUV67.24223.8157.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.36%
GREEN value IS 13 (5.47% from 255) = 3.62%
BLUE value IS 237 (92.97% from 255) = 66.02%
R=30.36%
G=3.62%
B=66.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal109132370.540.9500.07265.7189.649.02
Hex6DDED365F0710a5a31
Octal15515355661370741213261
Binary1101101110111101101110110101111101111000010101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,13,237); }

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

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

 a { background-color: rgb(109,13,237); }

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

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

 span { border-color: rgb(109,13,237); }

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