#681672

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

Shades of Seance #681672

Tints of Seance #681672

Color information

#681672 (or 0x681672) is unknown color: approx Seance. HEX triplet: 68, 16 and 72. RGB value is (104,22,114). Sum of RGB (Red+Green+Blue) = 104+22+114=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #681672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681672 is #97E98D. Grayscale: #383838. Windows color (decimal): -9955726 or 7476840. OLE color: 7476840.

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

Color convert

RGB10422114-
CMYK0.090.8100.55
HSL293.48º67.65%26.67%-
HSV(B)293.48º80.7%44.71%-
XYZ9.034.7316.36-
YUV57.01160.17161.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=43.33%
G=9.17%
B=47.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104221140.090.8100.55293.4867.6526.67
Hex681672951037125441b
Octal150261621112106744510433
Binary1101000101101110010100110100010110111100100101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681672; }

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

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

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

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

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

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

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

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