#683070

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

Shades of Seance #683070

Tints of Seance #683070

Color information

#683070 (or 0x683070) is unknown color: approx Seance. HEX triplet: 68, 30 and 70. RGB value is (104,48,112). Sum of RGB (Red+Green+Blue) = 104+48+112=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #683070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683070 is #97CF8F. Grayscale: #474747. Windows color (decimal): -9949072 or 7352424. OLE color: 7352424.

HSL color Cylindrical-coordinate representation of color #683070: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #683070 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10448112-
CMYK0.070.5700.56
HSL292.5º40%31.37%-
HSV(B)292.5º57.14%43.92%-
XYZ9.696.2316.02-
YUV72.04150.55150.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=39.39%
G=18.18%
B=42.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104481120.070.5700.56292.54031.37
Hex683070739038124281f
Octal150601607710704445037
Binary11010001100001110000111111001011100010010010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683070; }

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

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

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

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

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

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

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

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