#683372

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

Shades of Seance #683372

Tints of Seance #683372

Color information

#683372 (or 0x683372) is unknown color: approx Seance. HEX triplet: 68, 33 and 72. RGB value is (104,51,114). Sum of RGB (Red+Green+Blue) = 104+51+114=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #683372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683372 is #97CC8D. Grayscale: #494949. Windows color (decimal): -9948302 or 7484264. OLE color: 7484264.

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

Color convert

RGB10451114-
CMYK0.090.5500.55
HSL290.48º38.18%32.35%-
HSV(B)290.48º55.26%44.71%-
XYZ9.936.5316.66-
YUV74.03150.56149.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=38.66%
G=18.96%
B=42.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104511140.090.5500.55290.4838.1832.35
Hex6833729370371222620
Octal1506316211670674424640
Binary1101000110011111001010011101110110111100100010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683372; }

 p { color: rgb(104,51,114); }

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

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

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

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

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

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

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