#6A049F

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

Shades of Indigo #6A049F

Tints of Indigo #6A049F

Color information

#6A049F (or 0x6A049F) is unknown color: approx Indigo. HEX triplet: 6A, 04 and 9F. RGB value is (106,4,159). Sum of RGB (Red+Green+Blue) = 106+4+159=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A049F is #95FB60. Grayscale: #333333. Windows color (decimal): -9829217 or 10421354. OLE color: 10421354.

HSL color Cylindrical-coordinate representation of color #6A049F: hue angle of 279.48º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A049F is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1064159-
CMYK0.330.9700.38
HSL279.48º95.09%31.96%-
HSV(B)279.48º97.48%62.35%-
XYZ12.255.6533.25-
YUV52.17188.29166.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.41%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 159 (62.5% from 255) = 59.11%
R=39.41%
G=1.49%
B=59.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10641590.330.9700.38279.4895.0931.96
Hex6A49F21610261175f20
Octal15242374114104642713740
Binary110101010010011111100001110000101001101000101111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A049F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,4,159); }

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

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

 a { background-color: rgb(106,4,159); }

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

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

 span { border-color: rgb(106,4,159); }

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