#603563

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

Shades of Seance #603563

Tints of Seance #603563

Color information

#603563 (or 0x603563) is unknown color: approx Seance. HEX triplet: 60, 35 and 63. RGB value is (96,53,99). Sum of RGB (Red+Green+Blue) = 96+53+99=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #603563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603563 is #9FCA9C. Grayscale: #464646. Windows color (decimal): -10472093 or 6501728. OLE color: 6501728.

HSL color Cylindrical-coordinate representation of color #603563: hue angle of 296.09º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603563 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB965399-
CMYK0.030.4600.61
HSL296.09º30.26%29.8%-
HSV(B)296.09º46.46%38.82%-
XYZ8.355.9312.51-
YUV71.1143.75145.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=38.71%
G=21.37%
B=39.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9653990.030.4600.61296.0930.2629.8
Hex60356332E03D1281e1e
Octal140651433560754503636
Binary110000011010111000111110111001111011001010001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603563; }

 p { color: rgb(96,53,99); }

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

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

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

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

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

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

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