Shades of Seance #603268
Tints of Seance #603268
RGB
CMYK
RGB Variations
Color information
#603268 (or 0x603268) is known color: Seance. HEX triplet: 60, 32 and 68. RGB value is (96,50,104). Sum of RGB (Red+Green+Blue) = 96+50+104=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #603268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603268 is #9FCD97. Grayscale: #454545. Windows color (decimal): -10472856 or 6828640. OLE color: 6828640.
HSL color Cylindrical-coordinate representation of color #603268: hue angle of 291.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #603268 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 50 | 104 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.59 |
| HSL | 291.11º | 0.35% | 0.3% | - |
| HSV(B) | 291.11º | 0.52% | 0.41% | - |
| XYZ | 8.46 | 5.77 | 13.76 | - |
| YUV | 69.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 104 | 0.08 | 0.52 | 0 | 0.59 | 291.11 | 0.35 | 0.3 |
| Hex | 60 | 32 | 68 | 8 | 34 | 0 | 3B | 123 | 23 | 1E |
| Octal | 140 | 62 | 150 | 10 | 64 | 0 | 73 | 443 | 43 | 36 |
| Binary | 1100000 | 110010 | 1101000 | 1000 | 110100 | 0 | 111011 | 100100011 | 100011 | 11110 |
Color Harmonies of #603268
Complementary color
Monochromatic Colors of #603268
Black with #603268
Text Example
Text Example
White with #603268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603268; }
p { color: rgb(96,50,104); }
H1.HeaderClassName
{
color: #603268;
}
.AnyTagClassName
{
color: #603268;
}
</style>
background-color css
<style>
a { background-color: #603268; }
a { background-color: rgb(96,50,104); }
div.DivClassName
{
background-color: #603268;
}
.BgClassName
{
background-color: #603268;
}
</style>
border-color css
<style>
span { border-color: #603268; }
span { border-color: rgb(96,50,104); }
td.TdClassName
{
border-color: #603268;
}
.TagClassName
{
border-color: #603268;
}
</style>