Shades of Seance #67276D
Tints of Seance #67276D
RGB
CMYK
RGB Variations
Color information
#67276D (or 0x67276D) is known color: Seance. HEX triplet: 67, 27 and 6D. RGB value is (103,39,109). Sum of RGB (Red+Green+Blue) = 103+39+109=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #67276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67276D is #98D892. Grayscale: #414141. Windows color (decimal): -10016915 or 7153511. OLE color: 7153511.
HSL color Cylindrical-coordinate representation of color #67276D: hue angle of 294.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67276D is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 39 | 109 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.57 |
| HSL | 294.86º | 0.47% | 0.29% | - |
| HSV(B) | 294.86º | 0.64% | 0.43% | - |
| XYZ | 9.08 | 5.44 | 15.04 | - |
| YUV | 66.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 109 | 0.06 | 0.64 | 0 | 0.57 | 294.86 | 0.47 | 0.29 |
| Hex | 67 | 27 | 6D | 6 | 40 | 0 | 39 | 127 | 2F | 1D |
| Octal | 147 | 47 | 155 | 6 | 100 | 0 | 71 | 447 | 57 | 35 |
| Binary | 1100111 | 100111 | 1101101 | 110 | 1000000 | 0 | 111001 | 100100111 | 101111 | 11101 |
Color Harmonies of #67276D
Complementary color
Monochromatic Colors of #67276D
Black with #67276D
Text Example
Text Example
White with #67276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67276D; }
p { color: rgb(103,39,109); }
H1.HeaderClassName
{
color: #67276D;
}
.AnyTagClassName
{
color: #67276D;
}
</style>
background-color css
<style>
a { background-color: #67276D; }
a { background-color: rgb(103,39,109); }
div.DivClassName
{
background-color: #67276D;
}
.BgClassName
{
background-color: #67276D;
}
</style>
border-color css
<style>
span { border-color: #67276D; }
span { border-color: rgb(103,39,109); }
td.TdClassName
{
border-color: #67276D;
}
.TagClassName
{
border-color: #67276D;
}
</style>