#6D0DA0

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

Shades of Indigo #6D0DA0

Tints of Indigo #6D0DA0

Color information

#6D0DA0 (or 0x6D0DA0) is unknown color: approx Indigo. HEX triplet: 6D, 0D and A0. RGB value is (109,13,160). Sum of RGB (Red+Green+Blue) = 109+13+160=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 160 (62.89% from 255 or 56.74% from 282); Max value from RGB is 160 - color contains mainly: blue. Hex color #6D0DA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0DA0 is #92F25F. Grayscale: #393939. Windows color (decimal): -9630304 or 10489197. OLE color: 10489197.

HSL color Cylindrical-coordinate representation of color #6D0DA0: hue angle of 279.18º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0DA0 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10913160-
CMYK0.320.9200.37
HSL279.18º84.97%33.92%-
HSV(B)279.18º91.87%62.75%-
XYZ12.86.0833.76-
YUV58.46185.3164.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.65%
GREEN value IS 13 (5.47% from 255) = 4.61%
BLUE value IS 160 (62.89% from 255) = 56.74%
R=38.65%
G=4.61%
B=56.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal109131600.320.9200.37279.1884.9733.92
Hex6DDA0205C0251175522
Octal155152404013404542712542
Binary1101101110110100000100000101110001001011000101111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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