#603661

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

Shades of Seance #603661

Tints of Seance #603661

Color information

#603661 (or 0x603661) is unknown color: approx Seance. HEX triplet: 60, 36 and 61. RGB value is (96,54,97). Sum of RGB (Red+Green+Blue) = 96+54+97=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #603661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603661 is #9FC99E. Grayscale: #474747. Windows color (decimal): -10471839 or 6370912. OLE color: 6370912.

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

Color convert

RGB965497-
CMYK0.010.4400.62
HSL298.6º28.48%29.61%-
HSV(B)298.6º44.33%38.04%-
XYZ8.35.9912.03-
YUV71.46142.41145.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=38.87%
G=21.86%
B=39.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9654970.010.4400.62298.628.4829.61
Hex60366112C03E12b1c1e
Octal140661411540764533436
Binary11000001101101100001110110001111101001010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603661; }

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

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

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

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

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

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

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

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