#681873

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

Shades of Seance #681873

Tints of Seance #681873

Color information

#681873 (or 0x681873) is unknown color: approx Seance. HEX triplet: 68, 18 and 73. RGB value is (104,24,115). Sum of RGB (Red+Green+Blue) = 104+24+115=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #681873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681873 is #97E78C. Grayscale: #3A3A3A. Windows color (decimal): -9955213 or 7542888. OLE color: 7542888.

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

Color convert

RGB10424115-
CMYK0.100.7900.55
HSL292.75º65.47%27.25%-
HSV(B)292.75º79.13%45.1%-
XYZ9.134.8316.67-
YUV58.29160160.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=42.80%
G=9.88%
B=47.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104241150.100.7900.55292.7565.4727.25
Hex681873A4F037125411b
Octal150301631211706744510133
Binary1101000110001110011101010011110110111100100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681873; }

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

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

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

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

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

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

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

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