#6A1579

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

Shades of Seance #6A1579

Tints of Seance #6A1579

Color information

#6A1579 (or 0x6A1579) is unknown color: approx Seance. HEX triplet: 6A, 15 and 79. RGB value is (106,21,121). Sum of RGB (Red+Green+Blue) = 106+21+121=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A1579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1579 is #95EA86. Grayscale: #393939. Windows color (decimal): -9824903 or 7935338. OLE color: 7935338.

HSL color Cylindrical-coordinate representation of color #6A1579: hue angle of 291º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A1579 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10621121-
CMYK0.120.8300.53
HSL291º70.42%27.84%-
HSV(B)291º82.64%47.45%-
XYZ9.664.9818.54-
YUV57.82163.66162.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 121 (47.66% from 255) = 48.79%
R=42.74%
G=8.47%
B=48.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106211210.120.8300.5329170.4227.84
Hex6A1579C53035123461c
Octal152251711412306544310634
Binary1101010101011111001110010100110110101100100011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,21,121); }

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

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

 a { background-color: rgb(106,21,121); }

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

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

 span { border-color: rgb(106,21,121); }

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