#603762

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

Shades of Seance #603762

Tints of Seance #603762

Color information

#603762 (or 0x603762) is unknown color: approx Seance. HEX triplet: 60, 37 and 62. RGB value is (96,55,98). Sum of RGB (Red+Green+Blue) = 96+55+98=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #603762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603762 is #9FC89D. Grayscale: #484848. Windows color (decimal): -10471582 or 6436704. OLE color: 6436704.

HSL color Cylindrical-coordinate representation of color #603762: hue angle of 297.21º 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 #603762 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB965598-
CMYK0.020.4400.62
HSL297.21º28.1%30%-
HSV(B)297.21º43.88%38.43%-
XYZ8.396.112.29-
YUV72.16142.58145-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=38.55%
G=22.09%
B=39.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9655980.020.4400.62297.2128.130
Hex60376222C03E1291c1e
Octal140671422540764513436
Binary110000011011111000101010110001111101001010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603762; }

 p { color: rgb(96,55,98); }

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

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

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

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

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

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

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