#603561

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

Shades of Seance #603561

Tints of Seance #603561

Color information

#603561 (or 0x603561) is unknown color: approx Seance. HEX triplet: 60, 35 and 61. RGB value is (96,53,97). Sum of RGB (Red+Green+Blue) = 96+53+97=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #603561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603561 is #9FCA9E. Grayscale: #464646. Windows color (decimal): -10472095 or 6370656. OLE color: 6370656.

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

Color convert

RGB965397-
CMYK0.010.4500.62
HSL298.64º29.33%29.41%-
HSV(B)298.64º45.36%38.04%-
XYZ8.255.912.01-
YUV70.87142.75145.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=39.02%
G=21.54%
B=39.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9653970.010.4500.62298.6429.3329.41
Hex60356112D03E12b1d1d
Octal140651411550764533535
Binary11000001101011100001110110101111101001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603561; }

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

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

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

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

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

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

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

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