#6109A6

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

Shades of Indigo #6109A6

Tints of Indigo #6109A6

Color information

#6109A6 (or 0x6109A6) is unknown color: approx Indigo. HEX triplet: 61, 09 and A6. RGB value is (97,9,166). Sum of RGB (Red+Green+Blue) = 97+9+166=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 166 (65.23% from 255 or 61.03% from 272); Max value from RGB is 166 - color contains mainly: blue. Hex color #6109A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6109A6 is #9EF659. Grayscale: #343434. Windows color (decimal): -10417754 or 10881377. OLE color: 10881377.

HSL color Cylindrical-coordinate representation of color #6109A6: hue angle of 273.63º 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 #6109A6 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB979166-
CMYK0.420.9500.35
HSL273.63º89.71%34.31%-
HSV(B)273.63º94.58%65.1%-
XYZ11.915.4936.51-
YUV53.21191.65159.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 9 (3.91% from 255) = 3.31%
BLUE value IS 166 (65.23% from 255) = 61.03%
R=35.66%
G=3.31%
B=61.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9791660.420.9500.35273.6389.7134.31
Hex619A62A5F0231125a22
Octal141112465213704342213242
Binary1100001100110100110101010101111101000111000100101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6109A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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