#603865

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

Shades of Seance #603865

Tints of Seance #603865

Color information

#603865 (or 0x603865) is unknown color: approx Seance. HEX triplet: 60, 38 and 65. RGB value is (96,56,101). Sum of RGB (Red+Green+Blue) = 96+56+101=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #603865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603865 is #9FC79A. Grayscale: #484848. Windows color (decimal): -10471323 or 6633568. OLE color: 6633568.

HSL color Cylindrical-coordinate representation of color #603865: hue angle of 293.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #603865 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9656101-
CMYK0.050.4500.60
HSL293.33º28.66%30.78%-
HSV(B)293.33º44.55%39.61%-
XYZ8.596.2513.07-
YUV73.09143.75144.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=37.94%
G=22.13%
B=39.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96561010.050.4500.60293.3328.6630.78
Hex60386552D03C1251d1f
Octal140701455550744453537
Binary1100000111000110010110110110101111001001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603865; }

 p { color: rgb(96,56,101); }

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

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

 a { background-color: rgb(96,56,101); }

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

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

 span { border-color: rgb(96,56,101); }

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