#6206A6

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

Shades of Indigo #6206A6

Tints of Indigo #6206A6

Color information

#6206A6 (or 0x6206A6) is unknown color: approx Indigo. HEX triplet: 62, 06 and A6. RGB value is (98,6,166). Sum of RGB (Red+Green+Blue) = 98+6+166=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 166 (65.23% from 255 or 61.48% from 270); Max value from RGB is 166 - color contains mainly: blue. Hex color #6206A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6206A6 is #9DF959. Grayscale: #333333. Windows color (decimal): -10352986 or 10880610. OLE color: 10880610.

HSL color Cylindrical-coordinate representation of color #6206A6: hue angle of 274.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6206A6 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB986166-
CMYK0.410.9600.35
HSL274.5º93.02%33.73%-
HSV(B)274.5º96.39%65.1%-
XYZ11.995.4836.5-
YUV51.75192.48160.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 6 (2.73% from 255) = 2.22%
BLUE value IS 166 (65.23% from 255) = 61.48%
R=36.30%
G=2.22%
B=61.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9861660.410.9600.35274.593.0233.73
Hex626A629600231125d22
Octal14262465114004342213542
Binary110001011010100110101001110000001000111000100101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6206A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6206A6; }

 p { color: rgb(98,6,166); }

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

<style>
 a { background-color: #6206A6; }

 a { background-color: rgb(98,6,166); }

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

<style>
 span { border-color: #6206A6; }

 span { border-color: rgb(98,6,166); }

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