#681676

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

Shades of Seance #681676

Tints of Seance #681676

Color information

#681676 (or 0x681676) is unknown color: approx Seance. HEX triplet: 68, 16 and 76. RGB value is (104,22,118). Sum of RGB (Red+Green+Blue) = 104+22+118=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #681676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681676 is #97E989. Grayscale: #393939. Windows color (decimal): -9955722 or 7738984. OLE color: 7738984.

HSL color Cylindrical-coordinate representation of color #681676: hue angle of 291.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681676 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10422118-
CMYK0.120.8100.54
HSL291.25º68.57%27.45%-
HSV(B)291.25º81.36%46.27%-
XYZ9.274.8217.58-
YUV57.46162.17161.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 22 (8.98% from 255) = 9.02%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=42.62%
G=9.02%
B=48.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104221180.120.8100.54291.2568.5727.45
Hex681676C51036123451b
Octal150261661412106644310533
Binary1101000101101110110110010100010110110100100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681676; }

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

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

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

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

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

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

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

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