#681473

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

Shades of Seance #681473

Tints of Seance #681473

Color information

#681473 (or 0x681473) is unknown color: approx Seance. HEX triplet: 68, 14 and 73. RGB value is (104,20,115). Sum of RGB (Red+Green+Blue) = 104+20+115=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #681473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681473 is #97EB8C. Grayscale: #373737. Windows color (decimal): -9956237 or 7541864. OLE color: 7541864.

HSL color Cylindrical-coordinate representation of color #681473: hue angle of 293.05º degrees, saturation: 0.7, 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 #681473 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10420115-
CMYK0.100.8300.55
HSL293.05º70.37%26.47%-
HSV(B)293.05º82.61%45.1%-
XYZ9.054.6816.65-
YUV55.95161.33162.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=43.51%
G=8.37%
B=48.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104201150.100.8300.55293.0570.3726.47
Hex681473A53037125461a
Octal150241631212306744510632
Binary1101000101001110011101010100110110111100100101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681473; }

 p { color: rgb(104,20,115); }

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

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

 a { background-color: rgb(104,20,115); }

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

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

 span { border-color: rgb(104,20,115); }

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