#683068

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

Shades of Seance #683068

Tints of Seance #683068

Color information

#683068 (or 0x683068) is unknown color: approx Seance. HEX triplet: 68, 30 and 68. RGB value is (104,48,104). Sum of RGB (Red+Green+Blue) = 104+48+104=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #683068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683068 is #97CF97. Grayscale: #464646. Windows color (decimal): -9949080 or 6828136. OLE color: 6828136.

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

Color convert

RGB10448104-
CMYK00.5400.59
HSL300º36.84%29.8%-
HSV(B)300º53.85%40.78%-
XYZ9.266.0613.78-
YUV71.13146.55151.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=40.62%
G=18.75%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1044810400.5400.5930036.8429.8
Hex68306803603B12c251e
Octal150601500660734544536
Binary110100011000011010000110110011101110010110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683068; }

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

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

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

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

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

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

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

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