#6200AE

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

Shades of Indigo #6200AE

Tints of Indigo #6200AE

Color information

#6200AE (or 0x6200AE) is unknown color: approx Indigo. HEX triplet: 62, 00 and AE. RGB value is (98,0,174). Sum of RGB (Red+Green+Blue) = 98+0+174=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #6200AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6200AE is #9DFF51. Grayscale: #303030. Windows color (decimal): -10354514 or 11403362. OLE color: 11403362.

HSL color Cylindrical-coordinate representation of color #6200AE: hue angle of 273.79º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6200AE is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB980174-
CMYK0.44100.32
HSL273.79º100%34.12%-
HSV(B)273.79º100%68.24%-
XYZ12.685.6540.47-
YUV49.14198.47162.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 63.97%
R=36.03%
G=0%
B=63.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9801740.44100.32273.7910034.12
Hex620AE2C640201126422
Octal14202565414404042214442
Binary1100010010101110101100110010001000001000100101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6200AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6200AE; }

 p { color: rgb(98,0,174); }

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

<style>
 a { background-color: #6200AE; }

 a { background-color: rgb(98,0,174); }

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

<style>
 span { border-color: #6200AE; }

 span { border-color: rgb(98,0,174); }

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