#684068

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

Shades of Seance #684068

Tints of Seance #684068

Color information

#684068 (or 0x684068) is unknown color: approx Seance. HEX triplet: 68, 40 and 68. RGB value is (104,64,104). Sum of RGB (Red+Green+Blue) = 104+64+104=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #684068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684068 is #97BF97. Grayscale: #505050. Windows color (decimal): -9944984 or 6832232. OLE color: 6832232.

HSL color Cylindrical-coordinate representation of color #684068: hue angle of 300º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684068 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10464104-
CMYK00.3800.59
HSL300º23.81%32.94%-
HSV(B)300º38.46%40.78%-
XYZ10.047.6114.04-
YUV80.52141.25144.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=38.24%
G=23.53%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1046410400.3800.5930023.8132.94
Hex68406802603B12c1821
Octal1501001500460734543041
Binary1101000100000011010000100110011101110010110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684068; }

 p { color: rgb(104,64,104); }

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

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

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

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

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

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

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