#6006AA

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

Shades of Indigo #6006AA

Tints of Indigo #6006AA

Color information

#6006AA (or 0x6006AA) is unknown color: approx Indigo. HEX triplet: 60, 06 and AA. RGB value is (96,6,170). Sum of RGB (Red+Green+Blue) = 96+6+170=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #6006AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6006AA is #9FF955. Grayscale: #333333. Windows color (decimal): -10484054 or 11142752. OLE color: 11142752.

HSL color Cylindrical-coordinate representation of color #6006AA: hue angle of 272.93º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6006AA is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB966170-
CMYK0.440.9600.33
HSL272.93º93.18%34.51%-
HSV(B)272.93º96.47%66.67%-
XYZ12.145.5238.46-
YUV51.61194.82159.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=35.29%
G=2.21%
B=62.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9661700.440.9600.33272.9393.1834.51
Hex606AA2C600211115d23
Octal14062525414004142113543
Binary110000011010101010101100110000001000011000100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6006AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6006AA; }

 p { color: rgb(96,6,170); }

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

<style>
 a { background-color: #6006AA; }

 a { background-color: rgb(96,6,170); }

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

<style>
 span { border-color: #6006AA; }

 span { border-color: rgb(96,6,170); }

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