#683274

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

Shades of Seance #683274

Tints of Seance #683274

Color information

#683274 (or 0x683274) is unknown color: approx Seance. HEX triplet: 68, 32 and 74. RGB value is (104,50,116). Sum of RGB (Red+Green+Blue) = 104+50+116=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #683274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683274 is #97CD8B. Grayscale: #494949. Windows color (decimal): -9948556 or 7615080. OLE color: 7615080.

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

Color convert

RGB10450116-
CMYK0.100.5700.55
HSL289.09º39.76%32.55%-
HSV(B)289.09º56.9%45.49%-
XYZ106.4917.25-
YUV73.67151.89149.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=38.52%
G=18.52%
B=42.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104501160.100.5700.55289.0939.7632.55
Hex683274A390371212821
Octal1506216412710674415041
Binary1101000110010111010010101110010110111100100001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683274; }

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

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

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

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

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

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

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

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