#681986

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

Shades of Seance #681986

Tints of Seance #681986

Color information

#681986 (or 0x681986) is unknown color: approx Seance. HEX triplet: 68, 19 and 86. RGB value is (104,25,134). Sum of RGB (Red+Green+Blue) = 104+25+134=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #681986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681986 is #97E679. Grayscale: #3C3C3C. Windows color (decimal): -9954938 or 8788328. OLE color: 8788328.

HSL color Cylindrical-coordinate representation of color #681986: hue angle of 283.49º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681986 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10425134-
CMYK0.220.8100.47
HSL283.49º68.55%31.18%-
HSV(B)283.49º81.34%52.55%-
XYZ10.365.3623.04-
YUV61.05169.17158.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 25 (10.16% from 255) = 9.51%
BLUE value IS 134 (52.73% from 255) = 50.95%
R=39.54%
G=9.51%
B=50.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104251340.220.8100.47283.4968.5531.18
Hex681986165102F11b451f
Octal150312062612105743310537
Binary110100011001100001101011010100010101111100011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681986; }

 p { color: rgb(104,25,134); }

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

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

 a { background-color: rgb(104,25,134); }

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

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

 span { border-color: rgb(104,25,134); }

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