Shades of Seance #672C68
Tints of Seance #672C68
RGB
CMYK
RGB Variations
Color information
#672C68 (or 0x672C68) is known color: Seance. HEX triplet: 67, 2C and 68. RGB value is (103,44,104). Sum of RGB (Red+Green+Blue) = 103+44+104=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #672C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672C68 is #98D397. Grayscale: #444444. Windows color (decimal): -10015640 or 6827111. OLE color: 6827111.
HSL color Cylindrical-coordinate representation of color #672C68: hue angle of 299º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #672C68 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 44 | 104 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.59 |
| HSL | 299º | 0.41% | 0.29% | - |
| HSV(B) | 299º | 0.58% | 0.41% | - |
| XYZ | 8.99 | 5.68 | 13.72 | - |
| YUV | 68.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 104 | 0.01 | 0.58 | 0 | 0.59 | 299 | 0.41 | 0.29 |
| Hex | 67 | 2C | 68 | 1 | 3A | 0 | 3B | 12B | 29 | 1D |
| Octal | 147 | 54 | 150 | 1 | 72 | 0 | 73 | 453 | 51 | 35 |
| Binary | 1100111 | 101100 | 1101000 | 1 | 111010 | 0 | 111011 | 100101011 | 101001 | 11101 |
Color Harmonies of #672C68
Complementary color
Monochromatic Colors of #672C68
Black with #672C68
Text Example
Text Example
White with #672C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C68; }
p { color: rgb(103,44,104); }
H1.HeaderClassName
{
color: #672C68;
}
.AnyTagClassName
{
color: #672C68;
}
</style>
background-color css
<style>
a { background-color: #672C68; }
a { background-color: rgb(103,44,104); }
div.DivClassName
{
background-color: #672C68;
}
.BgClassName
{
background-color: #672C68;
}
</style>
border-color css
<style>
span { border-color: #672C68; }
span { border-color: rgb(103,44,104); }
td.TdClassName
{
border-color: #672C68;
}
.TagClassName
{
border-color: #672C68;
}
</style>