Shades of Seance #67206F
Tints of Seance #67206F
RGB
CMYK
RGB Variations
Color information
#67206F (or 0x67206F) is known color: Seance. HEX triplet: 67, 20 and 6F. RGB value is (103,32,111). Sum of RGB (Red+Green+Blue) = 103+32+111=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #67206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67206F is #98DF90. Grayscale: #3D3D3D. Windows color (decimal): -10018705 or 7282791. OLE color: 7282791.
HSL color Cylindrical-coordinate representation of color #67206F: hue angle of 293.92º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #67206F is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 32 | 111 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.56 |
| HSL | 293.92º | 0.55% | 0.28% | - |
| HSV(B) | 293.92º | 0.71% | 0.44% | - |
| XYZ | 8.98 | 5.06 | 15.54 | - |
| YUV | 62.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 111 | 0.07 | 0.71 | 0 | 0.56 | 293.92 | 0.55 | 0.28 |
| Hex | 67 | 20 | 6F | 7 | 47 | 0 | 38 | 126 | 37 | 1C |
| Octal | 147 | 40 | 157 | 7 | 107 | 0 | 70 | 446 | 67 | 34 |
| Binary | 1100111 | 100000 | 1101111 | 111 | 1000111 | 0 | 111000 | 100100110 | 110111 | 11100 |
Color Harmonies of #67206F
Complementary color
Monochromatic Colors of #67206F
Black with #67206F
Text Example
Text Example
White with #67206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67206F; }
p { color: rgb(103,32,111); }
H1.HeaderClassName
{
color: #67206F;
}
.AnyTagClassName
{
color: #67206F;
}
</style>
background-color css
<style>
a { background-color: #67206F; }
a { background-color: rgb(103,32,111); }
div.DivClassName
{
background-color: #67206F;
}
.BgClassName
{
background-color: #67206F;
}
</style>
border-color css
<style>
span { border-color: #67206F; }
span { border-color: rgb(103,32,111); }
td.TdClassName
{
border-color: #67206F;
}
.TagClassName
{
border-color: #67206F;
}
</style>