#6A0492

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

Shades of Indigo #6A0492

Tints of Indigo #6A0492

Color information

#6A0492 (or 0x6A0492) is unknown color: approx Indigo. HEX triplet: 6A, 04 and 92. RGB value is (106,4,146). Sum of RGB (Red+Green+Blue) = 106+4+146=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A0492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0492 is #95FB6D. Grayscale: #323232. Windows color (decimal): -9829230 or 9569386. OLE color: 9569386.

HSL color Cylindrical-coordinate representation of color #6A0492: hue angle of 283.1º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A0492 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1064146-
CMYK0.270.9700.43
HSL283.1º94.67%29.41%-
HSV(B)283.1º97.26%57.25%-
XYZ11.185.2327.61-
YUV50.69181.79167.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 146 (57.42% from 255) = 57.03%
R=41.41%
G=1.56%
B=57.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10641460.270.9700.43283.194.6729.41
Hex6A4921B6102B11b5f1d
Octal15242223314105343313735
Binary1101010100100100101101111000010101011100011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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