Shades of Seance #603A68
Tints of Seance #603A68
RGB
CMYK
RGB Variations
Color information
#603A68 (or 0x603A68) is known color: Seance. HEX triplet: 60, 3A and 68. RGB value is (96,58,104). Sum of RGB (Red+Green+Blue) = 96+58+104=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #603A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A68 is #9FC597. Grayscale: #4A4A4A. Windows color (decimal): -10470808 or 6830688. OLE color: 6830688.
HSL color Cylindrical-coordinate representation of color #603A68: hue angle of 289.57º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #603A68 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 58 | 104 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.59 |
| HSL | 289.57º | 0.28% | 0.32% | - |
| HSV(B) | 289.57º | 0.44% | 0.41% | - |
| XYZ | 8.84 | 6.51 | 13.89 | - |
| YUV | 74.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 104 | 0.08 | 0.44 | 0 | 0.59 | 289.57 | 0.28 | 0.32 |
| Hex | 60 | 3A | 68 | 8 | 2C | 0 | 3B | 122 | 1C | 20 |
| Octal | 140 | 72 | 150 | 10 | 54 | 0 | 73 | 442 | 34 | 40 |
| Binary | 1100000 | 111010 | 1101000 | 1000 | 101100 | 0 | 111011 | 100100010 | 11100 | 100000 |
Color Harmonies of #603A68
Complementary color
Monochromatic Colors of #603A68
Black with #603A68
Text Example
Text Example
White with #603A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A68; }
p { color: rgb(96,58,104); }
H1.HeaderClassName
{
color: #603A68;
}
.AnyTagClassName
{
color: #603A68;
}
</style>
background-color css
<style>
a { background-color: #603A68; }
a { background-color: rgb(96,58,104); }
div.DivClassName
{
background-color: #603A68;
}
.BgClassName
{
background-color: #603A68;
}
</style>
border-color css
<style>
span { border-color: #603A68; }
span { border-color: rgb(96,58,104); }
td.TdClassName
{
border-color: #603A68;
}
.TagClassName
{
border-color: #603A68;
}
</style>