#6A1679

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

Shades of Seance #6A1679

Tints of Seance #6A1679

Color information

#6A1679 (or 0x6A1679) is unknown color: approx Seance. HEX triplet: 6A, 16 and 79. RGB value is (106,22,121). Sum of RGB (Red+Green+Blue) = 106+22+121=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A1679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1679 is #95E986. Grayscale: #3A3A3A. Windows color (decimal): -9824647 or 7935594. OLE color: 7935594.

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

Color convert

RGB10622121-
CMYK0.120.8200.53
HSL290.91º69.23%28.04%-
HSV(B)290.91º81.82%47.45%-
XYZ9.685.0218.55-
YUV58.4163.33161.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.57%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=42.57%
G=8.84%
B=48.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106221210.120.8200.53290.9169.2328.04
Hex6A1679C52035123451c
Octal152261711412206544310534
Binary1101010101101111001110010100100110101100100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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