Shades of Seance #67276E
Tints of Seance #67276E
RGB
CMYK
RGB Variations
Color information
#67276E (or 0x67276E) is known color: Seance. HEX triplet: 67, 27 and 6E. RGB value is (103,39,110). Sum of RGB (Red+Green+Blue) = 103+39+110=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #67276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67276E is #98D891. Grayscale: #424242. Windows color (decimal): -10016914 or 7219047. OLE color: 7219047.
HSL color Cylindrical-coordinate representation of color #67276E: hue angle of 294.08º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67276E is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 39 | 110 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.57 |
| HSL | 294.08º | 0.48% | 0.29% | - |
| HSV(B) | 294.08º | 0.65% | 0.43% | - |
| XYZ | 9.13 | 5.46 | 15.32 | - |
| YUV | 66.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 110 | 0.06 | 0.65 | 0 | 0.57 | 294.08 | 0.48 | 0.29 |
| Hex | 67 | 27 | 6E | 6 | 41 | 0 | 39 | 126 | 30 | 1D |
| Octal | 147 | 47 | 156 | 6 | 101 | 0 | 71 | 446 | 60 | 35 |
| Binary | 1100111 | 100111 | 1101110 | 110 | 1000001 | 0 | 111001 | 100100110 | 110000 | 11101 |
Color Harmonies of #67276E
Complementary color
Monochromatic Colors of #67276E
Black with #67276E
Text Example
Text Example
White with #67276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67276E; }
p { color: rgb(103,39,110); }
H1.HeaderClassName
{
color: #67276E;
}
.AnyTagClassName
{
color: #67276E;
}
</style>
background-color css
<style>
a { background-color: #67276E; }
a { background-color: rgb(103,39,110); }
div.DivClassName
{
background-color: #67276E;
}
.BgClassName
{
background-color: #67276E;
}
</style>
border-color css
<style>
span { border-color: #67276E; }
span { border-color: rgb(103,39,110); }
td.TdClassName
{
border-color: #67276E;
}
.TagClassName
{
border-color: #67276E;
}
</style>