Shades of Seance #69376C
Tints of Seance #69376C
RGB
CMYK
RGB Variations
Color information
#69376C (or 0x69376C) is known color: Seance. HEX triplet: 69, 37 and 6C. RGB value is (105,55,108). Sum of RGB (Red+Green+Blue) = 105+55+108=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #69376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69376C is #96C893. Grayscale: #4B4B4B. Windows color (decimal): -9881748 or 7092073. OLE color: 7092073.
HSL color Cylindrical-coordinate representation of color #69376C: hue angle of 296.6º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69376C is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 55 | 108 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.58 |
| HSL | 296.6º | 0.33% | 0.32% | - |
| HSV(B) | 296.6º | 0.49% | 0.42% | - |
| XYZ | 9.9 | 6.82 | 14.98 | - |
| YUV | 75.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 108 | 0.03 | 0.49 | 0 | 0.58 | 296.6 | 0.33 | 0.32 |
| Hex | 69 | 37 | 6C | 3 | 31 | 0 | 3A | 129 | 21 | 20 |
| Octal | 151 | 67 | 154 | 3 | 61 | 0 | 72 | 451 | 41 | 40 |
| Binary | 1101001 | 110111 | 1101100 | 11 | 110001 | 0 | 111010 | 100101001 | 100001 | 100000 |
Color Harmonies of #69376C
Complementary color
Monochromatic Colors of #69376C
Black with #69376C
Text Example
Text Example
White with #69376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69376C; }
p { color: rgb(105,55,108); }
H1.HeaderClassName
{
color: #69376C;
}
.AnyTagClassName
{
color: #69376C;
}
</style>
background-color css
<style>
a { background-color: #69376C; }
a { background-color: rgb(105,55,108); }
div.DivClassName
{
background-color: #69376C;
}
.BgClassName
{
background-color: #69376C;
}
</style>
border-color css
<style>
span { border-color: #69376C; }
span { border-color: rgb(105,55,108); }
td.TdClassName
{
border-color: #69376C;
}
.TagClassName
{
border-color: #69376C;
}
</style>