#681980

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

Shades of Seance #681980

Tints of Seance #681980

Color information

#681980 (or 0x681980) is unknown color: approx Seance. HEX triplet: 68, 19 and 80. RGB value is (104,25,128). Sum of RGB (Red+Green+Blue) = 104+25+128=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #681980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681980 is #97E67F. Grayscale: #3C3C3C. Windows color (decimal): -9954944 or 8395112. OLE color: 8395112.

HSL color Cylindrical-coordinate representation of color #681980: hue angle of 286.02º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681980 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10425128-
CMYK0.190.8000.50
HSL286.02º67.32%30%-
HSV(B)286.02º80.47%50.2%-
XYZ9.955.220.9-
YUV60.36166.17159.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 25 (10.16% from 255) = 9.73%
BLUE value IS 128 (50.39% from 255) = 49.81%
R=40.47%
G=9.73%
B=49.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104251280.190.8000.50286.0267.3230
Hex681980135003211e431e
Octal150312002312006243610336
Binary110100011001100000001001110100000110010100011110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681980; }

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

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

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

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

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

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

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

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