#6201AC

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

Shades of Indigo #6201AC

Tints of Indigo #6201AC

Color information

#6201AC (or 0x6201AC) is unknown color: approx Indigo. HEX triplet: 62, 01 and AC. RGB value is (98,1,172). Sum of RGB (Red+Green+Blue) = 98+1+172=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #6201AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6201AC is #9DFE53. Grayscale: #303030. Windows color (decimal): -10354260 or 11272546. OLE color: 11272546.

HSL color Cylindrical-coordinate representation of color #6201AC: hue angle of 274.04º 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 #6201AC is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB981172-
CMYK0.430.9900.33
HSL274.04º98.84%33.92%-
HSV(B)274.04º99.42%67.45%-
XYZ12.495.639.45-
YUV49.5197.14162.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 172 (67.58% from 255) = 63.47%
R=36.16%
G=0.37%
B=63.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9811720.430.9900.33274.0498.8433.92
Hex621AC2B630211126322
Octal14212545314304142214342
Binary1100010110101100101011110001101000011000100101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6201AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6201AC; }

 p { color: rgb(98,1,172); }

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

<style>
 a { background-color: #6201AC; }

 a { background-color: rgb(98,1,172); }

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

<style>
 span { border-color: #6201AC; }

 span { border-color: rgb(98,1,172); }

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