#603960

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

Shades of Seance #603960

Tints of Seance #603960

Color information

#603960 (or 0x603960) is unknown color: approx Seance. HEX triplet: 60, 39 and 60. RGB value is (96,57,96). Sum of RGB (Red+Green+Blue) = 96+57+96=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #603960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603960 is #9FC69F. Grayscale: #484848. Windows color (decimal): -10471072 or 6306144. OLE color: 6306144.

HSL color Cylindrical-coordinate representation of color #603960: hue angle of 300º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #603960 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB965796-
CMYK00.4100.62
HSL300º25.49%30%-
HSV(B)300º40.62%37.65%-
XYZ8.46.2611.83-
YUV73.11140.92144.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=38.55%
G=22.89%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96579600.4100.6230025.4930
Hex60396002903E12c191e
Octal140711400510764543136
Binary11000001110011100000010100101111101001011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603960; }

 p { color: rgb(96,57,96); }

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

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

 a { background-color: rgb(96,57,96); }

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

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

 span { border-color: rgb(96,57,96); }

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