#683270

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

Shades of Seance #683270

Tints of Seance #683270

Color information

#683270 (or 0x683270) is unknown color: approx Seance. HEX triplet: 68, 32 and 70. RGB value is (104,50,112). Sum of RGB (Red+Green+Blue) = 104+50+112=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #683270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683270 is #97CD8F. Grayscale: #494949. Windows color (decimal): -9948560 or 7352936. OLE color: 7352936.

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

Color convert

RGB10450112-
CMYK0.070.5500.56
HSL292.26º38.27%31.76%-
HSV(B)292.26º55.36%43.92%-
XYZ9.776.3916.05-
YUV73.21149.89149.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=39.10%
G=18.80%
B=42.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104501120.070.5500.56292.2638.2731.76
Hex6832707370381242620
Octal150621607670704444640
Binary110100011001011100001111101110111000100100100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683270; }

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

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

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

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

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

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

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

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