#603363

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

Shades of Seance #603363

Tints of Seance #603363

Color information

#603363 (or 0x603363) is unknown color: approx Seance. HEX triplet: 60, 33 and 63. RGB value is (96,51,99). Sum of RGB (Red+Green+Blue) = 96+51+99=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #603363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603363 is #9FCC9C. Grayscale: #454545. Windows color (decimal): -10472605 or 6501216. OLE color: 6501216.

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

Color convert

RGB965199-
CMYK0.030.4800.61
HSL296.25º32%29.41%-
HSV(B)296.25º48.48%38.82%-
XYZ8.265.7612.48-
YUV69.93144.41146.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=39.02%
G=20.73%
B=40.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9651990.030.4800.61296.253229.41
Hex60336333003D128201d
Octal140631433600754504035
Binary1100000110011110001111110000011110110010100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603363; }

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

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

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

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

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

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

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

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