#6A1199

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

Shades of Indigo #6A1199

Tints of Indigo #6A1199

Color information

#6A1199 (or 0x6A1199) is unknown color: approx Indigo. HEX triplet: 6A, 11 and 99. RGB value is (106,17,153). Sum of RGB (Red+Green+Blue) = 106+17+153=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A1199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1199 is #95EE66. Grayscale: #3A3A3A. Windows color (decimal): -9825895 or 10031466. OLE color: 10031466.

HSL color Cylindrical-coordinate representation of color #6A1199: hue angle of 279.26º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A1199 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10617153-
CMYK0.310.8900.4
HSL279.26º80%33.33%-
HSV(B)279.26º88.89%60%-
XYZ11.895.7630.62-
YUV59.12180.99161.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=38.41%
G=6.16%
B=55.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal106171530.310.8900.4279.268033.33
Hex6A11991F590281175021
Octal152212313713105042712041
Binary1101010100011001100111111101100101010001000101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A1199; }

 p { color: rgb(106,17,153); }

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

<style>
 a { background-color: #6A1199; }

 a { background-color: rgb(106,17,153); }

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

<style>
 span { border-color: #6A1199; }

 span { border-color: rgb(106,17,153); }

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