#6200AF

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

Shades of Indigo #6200AF

Tints of Indigo #6200AF

Color information

#6200AF (or 0x6200AF) is unknown color: approx Indigo. HEX triplet: 62, 00 and AF. RGB value is (98,0,175). Sum of RGB (Red+Green+Blue) = 98+0+175=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #6200AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6200AF is #9DFF50. Grayscale: #303030. Windows color (decimal): -10354513 or 11468898. OLE color: 11468898.

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

Color convert

RGB980175-
CMYK0.44100.31
HSL273.6º100%34.31%-
HSV(B)273.6º100%68.63%-
XYZ12.775.6940.98-
YUV49.25198.97162.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 64.10%
R=35.90%
G=0%
B=64.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9801750.44100.31273.610034.31
Hex620AF2C6401F1126422
Octal14202575414403742214442
Binary110001001010111110110011001000111111000100101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6200AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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