#603463

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

Shades of Seance #603463

Tints of Seance #603463

Color information

#603463 (or 0x603463) is unknown color: approx Seance. HEX triplet: 60, 34 and 63. RGB value is (96,52,99). Sum of RGB (Red+Green+Blue) = 96+52+99=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #603463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603463 is #9FCB9C. Grayscale: #464646. Windows color (decimal): -10472349 or 6501472. OLE color: 6501472.

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

Color convert

RGB965299-
CMYK0.030.4700.61
HSL296.17º31.13%29.61%-
HSV(B)296.17º47.47%38.82%-
XYZ8.35.8412.49-
YUV70.51144.08146.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=38.87%
G=21.05%
B=40.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9652990.030.4700.61296.1731.1329.61
Hex60346332F03D1281f1e
Octal140641433570754503736
Binary110000011010011000111110111101111011001010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603463; }

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

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

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

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

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

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

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

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