#681370

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

Shades of Seance #681370

Tints of Seance #681370

Color information

#681370 (or 0x681370) is unknown color: approx Seance. HEX triplet: 68, 13 and 70. RGB value is (104,19,112). Sum of RGB (Red+Green+Blue) = 104+19+112=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #681370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681370 is #97EC8F. Grayscale: #363636. Windows color (decimal): -9956496 or 7345000. OLE color: 7345000.

HSL color Cylindrical-coordinate representation of color #681370: hue angle of 294.84º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681370 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10419112-
CMYK0.070.8300.56
HSL294.84º70.99%25.69%-
HSV(B)294.84º83.04%43.92%-
XYZ8.874.5815.75-
YUV55.02160.16162.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=44.26%
G=8.09%
B=47.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104191120.070.8300.56294.8470.9925.69
Hex681370753038127471a
Octal15023160712307044710732
Binary110100010011111000011110100110111000100100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681370; }

 p { color: rgb(104,19,112); }

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

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

 a { background-color: rgb(104,19,112); }

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

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

 span { border-color: rgb(104,19,112); }

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