#6209A6

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

Shades of Indigo #6209A6

Tints of Indigo #6209A6

Color information

#6209A6 (or 0x6209A6) is unknown color: approx Indigo. HEX triplet: 62, 09 and A6. RGB value is (98,9,166). Sum of RGB (Red+Green+Blue) = 98+9+166=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #6209A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6209A6 is #9DF659. Grayscale: #343434. Windows color (decimal): -10352218 or 10881378. OLE color: 10881378.

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

Color convert

RGB989166-
CMYK0.410.9500.35
HSL274.01º89.71%34.31%-
HSV(B)274.01º94.58%65.1%-
XYZ12.025.5536.51-
YUV53.51191.49159.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 166 (65.23% from 255) = 60.81%
R=35.90%
G=3.30%
B=60.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9891660.410.9500.35274.0189.7134.31
Hex629A6295F0231125a22
Octal142112465113704342213242
Binary1100010100110100110101001101111101000111000100101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6209A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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