#681372

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

Shades of Seance #681372

Tints of Seance #681372

Color information

#681372 (or 0x681372) is unknown color: approx Seance. HEX triplet: 68, 13 and 72. RGB value is (104,19,114). Sum of RGB (Red+Green+Blue) = 104+19+114=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #681372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681372 is #97EC8D. Grayscale: #363636. Windows color (decimal): -9956494 or 7476072. OLE color: 7476072.

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

Color convert

RGB10419114-
CMYK0.090.8300.55
HSL293.68º71.43%26.08%-
HSV(B)293.68º83.33%44.71%-
XYZ8.984.6216.34-
YUV55.24161.16162.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=43.88%
G=8.02%
B=48.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104191140.090.8300.55293.6871.4326.08
Hex681372953037126471a
Octal150231621112306744610732
Binary1101000100111110010100110100110110111100100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681372; }

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

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

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

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

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

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

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

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