#6D01AA

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

Shades of Indigo #6D01AA

Tints of Indigo #6D01AA

Color information

#6D01AA (or 0x6D01AA) is unknown color: approx Indigo. HEX triplet: 6D, 01 and AA. RGB value is (109,1,170). Sum of RGB (Red+Green+Blue) = 109+1+170=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D01AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D01AA is #92FE55. Grayscale: #333333. Windows color (decimal): -9633366 or 11141485. OLE color: 11141485.

HSL color Cylindrical-coordinate representation of color #6D01AA: hue angle of 278.34º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D01AA is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1091170-
CMYK0.360.9900.33
HSL278.34º98.83%33.53%-
HSV(B)278.34º99.41%66.67%-
XYZ13.576.1838.51-
YUV52.56194.28168.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.93%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 170 (66.80% from 255) = 60.71%
R=38.93%
G=0.36%
B=60.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10911700.360.9900.33278.3498.8333.53
Hex6D1AA24630211166322
Octal15512524414304142614342
Binary1101101110101010100100110001101000011000101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D01AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,1,170); }

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

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

 a { background-color: rgb(109,1,170); }

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

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

 span { border-color: rgb(109,1,170); }

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