Shades of Seance #603269
Tints of Seance #603269
RGB
CMYK
RGB Variations
Color information
#603269 (or 0x603269) is known color: Seance. HEX triplet: 60, 32 and 69. RGB value is (96,50,105). Sum of RGB (Red+Green+Blue) = 96+50+105=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #603269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603269 is #9FCD96. Grayscale: #454545. Windows color (decimal): -10472855 or 6894176. OLE color: 6894176.
HSL color Cylindrical-coordinate representation of color #603269: hue angle of 290.18º 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 #603269 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 50 | 105 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.59 |
| HSL | 290.18º | 0.35% | 0.3% | - |
| HSV(B) | 290.18º | 0.52% | 0.41% | - |
| XYZ | 8.51 | 5.79 | 14.03 | - |
| YUV | 70.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 105 | 0.09 | 0.52 | 0 | 0.59 | 290.18 | 0.35 | 0.3 |
| Hex | 60 | 32 | 69 | 9 | 34 | 0 | 3B | 122 | 23 | 1E |
| Octal | 140 | 62 | 151 | 11 | 64 | 0 | 73 | 442 | 43 | 36 |
| Binary | 1100000 | 110010 | 1101001 | 1001 | 110100 | 0 | 111011 | 100100010 | 100011 | 11110 |
Color Harmonies of #603269
Complementary color
Monochromatic Colors of #603269
Black with #603269
Text Example
Text Example
White with #603269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603269; }
p { color: rgb(96,50,105); }
H1.HeaderClassName
{
color: #603269;
}
.AnyTagClassName
{
color: #603269;
}
</style>
background-color css
<style>
a { background-color: #603269; }
a { background-color: rgb(96,50,105); }
div.DivClassName
{
background-color: #603269;
}
.BgClassName
{
background-color: #603269;
}
</style>
border-color css
<style>
span { border-color: #603269; }
span { border-color: rgb(96,50,105); }
td.TdClassName
{
border-color: #603269;
}
.TagClassName
{
border-color: #603269;
}
</style>