Shades of Seance #603267
Tints of Seance #603267
RGB
CMYK
RGB Variations
Color information
#603267 (or 0x603267) is known color: Seance. HEX triplet: 60, 32 and 67. RGB value is (96,50,103). Sum of RGB (Red+Green+Blue) = 96+50+103=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #603267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603267 is #9FCD98. Grayscale: #454545. Windows color (decimal): -10472857 or 6763104. OLE color: 6763104.
HSL color Cylindrical-coordinate representation of color #603267: hue angle of 292.08º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #603267 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 50 | 103 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.60 |
| HSL | 292.08º | 0.35% | 0.3% | - |
| HSV(B) | 292.08º | 0.51% | 0.4% | - |
| XYZ | 8.41 | 5.75 | 13.5 | - |
| YUV | 69.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 103 | 0.07 | 0.51 | 0 | 0.60 | 292.08 | 0.35 | 0.3 |
| Hex | 60 | 32 | 67 | 7 | 33 | 0 | 3C | 124 | 23 | 1E |
| Octal | 140 | 62 | 147 | 7 | 63 | 0 | 74 | 444 | 43 | 36 |
| Binary | 1100000 | 110010 | 1100111 | 111 | 110011 | 0 | 111100 | 100100100 | 100011 | 11110 |
Color Harmonies of #603267
Complementary color
Monochromatic Colors of #603267
Black with #603267
Text Example
Text Example
White with #603267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603267; }
p { color: rgb(96,50,103); }
H1.HeaderClassName
{
color: #603267;
}
.AnyTagClassName
{
color: #603267;
}
</style>
background-color css
<style>
a { background-color: #603267; }
a { background-color: rgb(96,50,103); }
div.DivClassName
{
background-color: #603267;
}
.BgClassName
{
background-color: #603267;
}
</style>
border-color css
<style>
span { border-color: #603267; }
span { border-color: rgb(96,50,103); }
td.TdClassName
{
border-color: #603267;
}
.TagClassName
{
border-color: #603267;
}
</style>