Shades of Seance #69266D
Tints of Seance #69266D
RGB
CMYK
RGB Variations
Color information
#69266D (or 0x69266D) is known color: Seance. HEX triplet: 69, 26 and 6D. RGB value is (105,38,109). Sum of RGB (Red+Green+Blue) = 105+38+109=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #69266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69266D is #96D992. Grayscale: #414141. Windows color (decimal): -9886099 or 7153257. OLE color: 7153257.
HSL color Cylindrical-coordinate representation of color #69266D: hue angle of 296.62º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69266D is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 38 | 109 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.57 |
| HSL | 296.62º | 0.48% | 0.29% | - |
| HSV(B) | 296.62º | 0.65% | 0.43% | - |
| XYZ | 9.28 | 5.49 | 15.04 | - |
| YUV | 66.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 109 | 0.04 | 0.65 | 0 | 0.57 | 296.62 | 0.48 | 0.29 |
| Hex | 69 | 26 | 6D | 4 | 41 | 0 | 39 | 129 | 30 | 1D |
| Octal | 151 | 46 | 155 | 4 | 101 | 0 | 71 | 451 | 60 | 35 |
| Binary | 1101001 | 100110 | 1101101 | 100 | 1000001 | 0 | 111001 | 100101001 | 110000 | 11101 |
Color Harmonies of #69266D
Complementary color
Monochromatic Colors of #69266D
Black with #69266D
Text Example
Text Example
White with #69266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69266D; }
p { color: rgb(105,38,109); }
H1.HeaderClassName
{
color: #69266D;
}
.AnyTagClassName
{
color: #69266D;
}
</style>
background-color css
<style>
a { background-color: #69266D; }
a { background-color: rgb(105,38,109); }
div.DivClassName
{
background-color: #69266D;
}
.BgClassName
{
background-color: #69266D;
}
</style>
border-color css
<style>
span { border-color: #69266D; }
span { border-color: rgb(105,38,109); }
td.TdClassName
{
border-color: #69266D;
}
.TagClassName
{
border-color: #69266D;
}
</style>