#6202AA

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

Shades of Indigo #6202AA

Tints of Indigo #6202AA

Color information

#6202AA (or 0x6202AA) is unknown color: approx Indigo. HEX triplet: 62, 02 and AA. RGB value is (98,2,170). Sum of RGB (Red+Green+Blue) = 98+2+170=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #6202AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6202AA is #9DFD55. Grayscale: #313131. Windows color (decimal): -10354006 or 11141730. OLE color: 11141730.

HSL color Cylindrical-coordinate representation of color #6202AA: hue angle of 274.29º degrees, saturation: 0.98, 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 #6202AA is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB982170-
CMYK0.420.9900.33
HSL274.29º97.67%33.73%-
HSV(B)274.29º98.82%66.67%-
XYZ12.315.5438.45-
YUV49.86195.8162.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=36.30%
G=0.74%
B=62.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9821700.420.9900.33274.2997.6733.73
Hex622AA2A630211126222
Octal14222525214304142214242
Binary11000101010101010101010110001101000011000100101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6202AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,2,170); }

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

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

 a { background-color: rgb(98,2,170); }

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

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

 span { border-color: rgb(98,2,170); }

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