Shades of Seance #67246D
Tints of Seance #67246D
RGB
CMYK
RGB Variations
Color information
#67246D (or 0x67246D) is known color: Seance. HEX triplet: 67, 24 and 6D. RGB value is (103,36,109). Sum of RGB (Red+Green+Blue) = 103+36+109=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #67246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67246D is #98DB92. Grayscale: #404040. Windows color (decimal): -10017683 or 7152743. OLE color: 7152743.
HSL color Cylindrical-coordinate representation of color #67246D: hue angle of 295.07º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67246D is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 36 | 109 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.57 |
| HSL | 295.07º | 0.5% | 0.28% | - |
| HSV(B) | 295.07º | 0.67% | 0.43% | - |
| XYZ | 8.98 | 5.25 | 15.01 | - |
| YUV | 64.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 36 | 109 | 0.06 | 0.67 | 0 | 0.57 | 295.07 | 0.5 | 0.28 |
| Hex | 67 | 24 | 6D | 6 | 43 | 0 | 39 | 127 | 32 | 1C |
| Octal | 147 | 44 | 155 | 6 | 103 | 0 | 71 | 447 | 62 | 34 |
| Binary | 1100111 | 100100 | 1101101 | 110 | 1000011 | 0 | 111001 | 100100111 | 110010 | 11100 |
Color Harmonies of #67246D
Complementary color
Monochromatic Colors of #67246D
Black with #67246D
Text Example
Text Example
White with #67246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67246D; }
p { color: rgb(103,36,109); }
H1.HeaderClassName
{
color: #67246D;
}
.AnyTagClassName
{
color: #67246D;
}
</style>
background-color css
<style>
a { background-color: #67246D; }
a { background-color: rgb(103,36,109); }
div.DivClassName
{
background-color: #67246D;
}
.BgClassName
{
background-color: #67246D;
}
</style>
border-color css
<style>
span { border-color: #67246D; }
span { border-color: rgb(103,36,109); }
td.TdClassName
{
border-color: #67246D;
}
.TagClassName
{
border-color: #67246D;
}
</style>