#683668

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

Shades of Seance #683668

Tints of Seance #683668

Color information

#683668 (or 0x683668) is unknown color: approx Seance. HEX triplet: 68, 36 and 68. RGB value is (104,54,104). Sum of RGB (Red+Green+Blue) = 104+54+104=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #683668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683668 is #97C997. Grayscale: #4A4A4A. Windows color (decimal): -9947544 or 6829672. OLE color: 6829672.

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

Color convert

RGB10454104-
CMYK00.4800.59
HSL300º31.65%30.98%-
HSV(B)300º48.08%40.78%-
XYZ9.536.5813.86-
YUV74.65144.56148.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=39.69%
G=20.61%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1045410400.4800.5930031.6530.98
Hex68366803003B12c201f
Octal150661500600734544037
Binary110100011011011010000110000011101110010110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683668; }

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

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

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

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

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

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

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

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