Shades of Seance #69156F
Tints of Seance #69156F
RGB
CMYK
RGB Variations
Color information
#69156F (or 0x69156F) is known color: Seance. HEX triplet: 69, 15 and 6F. RGB value is (105,21,111). Sum of RGB (Red+Green+Blue) = 105+21+111=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #69156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69156F is #96EA90. Grayscale: #383838. Windows color (decimal): -9890449 or 7279977. OLE color: 7279977.
HSL color Cylindrical-coordinate representation of color #69156F: hue angle of 296º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69156F is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 21 | 111 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.56 |
| HSL | 296º | 0.68% | 0.26% | - |
| HSV(B) | 296º | 0.81% | 0.44% | - |
| XYZ | 8.96 | 4.69 | 15.47 | - |
| YUV | 56.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 21 | 111 | 0.05 | 0.81 | 0 | 0.56 | 296 | 0.68 | 0.26 |
| Hex | 69 | 15 | 6F | 5 | 51 | 0 | 38 | 128 | 44 | 1A |
| Octal | 151 | 25 | 157 | 5 | 121 | 0 | 70 | 450 | 104 | 32 |
| Binary | 1101001 | 10101 | 1101111 | 101 | 1010001 | 0 | 111000 | 100101000 | 1000100 | 11010 |
Color Harmonies of #69156F
Complementary color
Monochromatic Colors of #69156F
Black with #69156F
Text Example
Text Example
White with #69156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69156F; }
p { color: rgb(105,21,111); }
H1.HeaderClassName
{
color: #69156F;
}
.AnyTagClassName
{
color: #69156F;
}
</style>
background-color css
<style>
a { background-color: #69156F; }
a { background-color: rgb(105,21,111); }
div.DivClassName
{
background-color: #69156F;
}
.BgClassName
{
background-color: #69156F;
}
</style>
border-color css
<style>
span { border-color: #69156F; }
span { border-color: rgb(105,21,111); }
td.TdClassName
{
border-color: #69156F;
}
.TagClassName
{
border-color: #69156F;
}
</style>