#6A1979

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

Shades of Seance #6A1979

Tints of Seance #6A1979

Color information

#6A1979 (or 0x6A1979) is unknown color: approx Seance. HEX triplet: 6A, 19 and 79. RGB value is (106,25,121). Sum of RGB (Red+Green+Blue) = 106+25+121=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A1979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1979 is #95E686. Grayscale: #3B3B3B. Windows color (decimal): -9823879 or 7936362. OLE color: 7936362.

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

Color convert

RGB10625121-
CMYK0.120.7900.53
HSL290.62º65.75%28.63%-
HSV(B)290.62º79.34%47.45%-
XYZ9.745.1418.57-
YUV60.16162.34160.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.06%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=42.06%
G=9.92%
B=48.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106251210.120.7900.53290.6265.7528.63
Hex6A1979C4F035123421d
Octal152311711411706544310235
Binary1101010110011111001110010011110110101100100011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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