#6D0A9E

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

Shades of Indigo #6D0A9E

Tints of Indigo #6D0A9E

Color information

#6D0A9E (or 0x6D0A9E) is unknown color: approx Indigo. HEX triplet: 6D, 0A and 9E. RGB value is (109,10,158). Sum of RGB (Red+Green+Blue) = 109+10+158=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D0A9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0A9E is #92F561. Grayscale: #373737. Windows color (decimal): -9631074 or 10357357. OLE color: 10357357.

HSL color Cylindrical-coordinate representation of color #6D0A9E: hue angle of 280.14º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0A9E is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10910158-
CMYK0.310.9400.38
HSL280.14º88.1%32.94%-
HSV(B)280.14º93.67%61.96%-
XYZ12.595.9432.83-
YUV56.47185.3165.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.35%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=39.35%
G=3.61%
B=57.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109101580.310.9400.38280.1488.132.94
Hex6DA9E1F5E0261185821
Octal155122363713604643013041
Binary110110110101001111011111101111001001101000110001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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