Shades of Seance #67246B
Tints of Seance #67246B
RGB
CMYK
RGB Variations
Color information
#67246B (or 0x67246B) is known color: Seance. HEX triplet: 67, 24 and 6B. RGB value is (103,36,107). Sum of RGB (Red+Green+Blue) = 103+36+107=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #67246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67246B is #98DB94. Grayscale: #3F3F3F. Windows color (decimal): -10017685 or 7021671. OLE color: 7021671.
HSL color Cylindrical-coordinate representation of color #67246B: hue angle of 296.62º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67246B is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 36 | 107 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.58 |
| HSL | 296.62º | 0.5% | 0.28% | - |
| HSV(B) | 296.62º | 0.66% | 0.42% | - |
| XYZ | 8.88 | 5.21 | 14.45 | - |
| YUV | 64.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 36 | 107 | 0.04 | 0.66 | 0 | 0.58 | 296.62 | 0.5 | 0.28 |
| Hex | 67 | 24 | 6B | 4 | 42 | 0 | 3A | 129 | 32 | 1C |
| Octal | 147 | 44 | 153 | 4 | 102 | 0 | 72 | 451 | 62 | 34 |
| Binary | 1100111 | 100100 | 1101011 | 100 | 1000010 | 0 | 111010 | 100101001 | 110010 | 11100 |
Color Harmonies of #67246B
Complementary color
Monochromatic Colors of #67246B
Black with #67246B
Text Example
Text Example
White with #67246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67246B; }
p { color: rgb(103,36,107); }
H1.HeaderClassName
{
color: #67246B;
}
.AnyTagClassName
{
color: #67246B;
}
</style>
background-color css
<style>
a { background-color: #67246B; }
a { background-color: rgb(103,36,107); }
div.DivClassName
{
background-color: #67246B;
}
.BgClassName
{
background-color: #67246B;
}
</style>
border-color css
<style>
span { border-color: #67246B; }
span { border-color: rgb(103,36,107); }
td.TdClassName
{
border-color: #67246B;
}
.TagClassName
{
border-color: #67246B;
}
</style>