#683074

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

Shades of Seance #683074

Tints of Seance #683074

Color information

#683074 (or 0x683074) is unknown color: approx Seance. HEX triplet: 68, 30 and 74. RGB value is (104,48,116). Sum of RGB (Red+Green+Blue) = 104+48+116=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #683074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683074 is #97CF8B. Grayscale: #484848. Windows color (decimal): -9949068 or 7614568. OLE color: 7614568.

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

Color convert

RGB10448116-
CMYK0.100.5900.55
HSL289.41º41.46%32.16%-
HSV(B)289.41º58.62%45.49%-
XYZ9.926.3217.22-
YUV72.5152.55150.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=38.81%
G=17.91%
B=43.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104481160.100.5900.55289.4141.4632.16
Hex683074A3B0371212920
Octal1506016412730674415140
Binary1101000110000111010010101110110110111100100001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683074; }

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

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

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

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

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

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

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

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