Shades of Seance #69386F
Tints of Seance #69386F
RGB
CMYK
RGB Variations
Color information
#69386F (or 0x69386F) is known color: Seance. HEX triplet: 69, 38 and 6F. RGB value is (105,56,111). Sum of RGB (Red+Green+Blue) = 105+56+111=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #69386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69386F is #96C790. Grayscale: #4C4C4C. Windows color (decimal): -9881489 or 7288937. OLE color: 7288937.
HSL color Cylindrical-coordinate representation of color #69386F: hue angle of 293.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69386F is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 56 | 111 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.56 |
| HSL | 293.45º | 0.33% | 0.33% | - |
| HSV(B) | 293.45º | 0.5% | 0.44% | - |
| XYZ | 10.11 | 6.98 | 15.85 | - |
| YUV | 76.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 56 | 111 | 0.05 | 0.50 | 0 | 0.56 | 293.45 | 0.33 | 0.33 |
| Hex | 69 | 38 | 6F | 5 | 32 | 0 | 38 | 125 | 21 | 21 |
| Octal | 151 | 70 | 157 | 5 | 62 | 0 | 70 | 445 | 41 | 41 |
| Binary | 1101001 | 111000 | 1101111 | 101 | 110010 | 0 | 111000 | 100100101 | 100001 | 100001 |
Color Harmonies of #69386F
Complementary color
Monochromatic Colors of #69386F
Black with #69386F
Text Example
Text Example
White with #69386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69386F; }
p { color: rgb(105,56,111); }
H1.HeaderClassName
{
color: #69386F;
}
.AnyTagClassName
{
color: #69386F;
}
</style>
background-color css
<style>
a { background-color: #69386F; }
a { background-color: rgb(105,56,111); }
div.DivClassName
{
background-color: #69386F;
}
.BgClassName
{
background-color: #69386F;
}
</style>
border-color css
<style>
span { border-color: #69386F; }
span { border-color: rgb(105,56,111); }
td.TdClassName
{
border-color: #69386F;
}
.TagClassName
{
border-color: #69386F;
}
</style>