#603B63

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

Shades of Seance #603B63

Tints of Seance #603B63

Color information

#603B63 (or 0x603B63) is unknown color: approx Seance. HEX triplet: 60, 3B and 63. RGB value is (96,59,99). Sum of RGB (Red+Green+Blue) = 96+59+99=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #603B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B63 is #9FC49C. Grayscale: #4A4A4A. Windows color (decimal): -10470557 or 6503264. OLE color: 6503264.

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

Color convert

RGB965999-
CMYK0.030.4000.61
HSL295.5º25.32%30.98%-
HSV(B)295.5º40.4%38.82%-
XYZ8.646.5212.61-
YUV74.62141.76143.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 59 (23.44% from 255) = 23.23%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=37.80%
G=23.23%
B=38.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9659990.030.4000.61295.525.3230.98
Hex603B6332803D128191f
Octal140731433500754503137
Binary110000011101111000111110100001111011001010001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603B63; }

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

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

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

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

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

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

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

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