#6A0993

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

Shades of Indigo #6A0993

Tints of Indigo #6A0993

Color information

#6A0993 (or 0x6A0993) is unknown color: approx Indigo. HEX triplet: 6A, 09 and 93. RGB value is (106,9,147). Sum of RGB (Red+Green+Blue) = 106+9+147=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A0993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0993 is #95F66C. Grayscale: #353535. Windows color (decimal): -9827949 or 9636202. OLE color: 9636202.

HSL color Cylindrical-coordinate representation of color #6A0993: hue angle of 282.17º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0993 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1069147-
CMYK0.280.9400.42
HSL282.17º88.46%30.59%-
HSV(B)282.17º93.88%57.65%-
XYZ11.315.3728.04-
YUV53.74180.64165.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.46%
GREEN value IS 9 (3.91% from 255) = 3.44%
BLUE value IS 147 (57.81% from 255) = 56.11%
R=40.46%
G=3.44%
B=56.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10691470.280.9400.42282.1788.4630.59
Hex6A9931C5E02A11a581f
Octal152112233413605243213037
Binary11010101001100100111110010111100101010100011010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,9,147); }

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

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

 a { background-color: rgb(106,9,147); }

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

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

 span { border-color: rgb(106,9,147); }

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