Shades of Seance #69267F
Tints of Seance #69267F
RGB
CMYK
RGB Variations
Color information
#69267F (or 0x69267F) is known color: Seance. HEX triplet: 69, 26 and 7F. RGB value is (105,38,127). Sum of RGB (Red+Green+Blue) = 105+38+127=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #69267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69267F is #96D980. Grayscale: #434343. Windows color (decimal): -9886081 or 8332905. OLE color: 8332905.
HSL color Cylindrical-coordinate representation of color #69267F: hue angle of 285.17º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69267F is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 38 | 127 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.50 |
| HSL | 285.17º | 0.54% | 0.32% | - |
| HSV(B) | 285.17º | 0.7% | 0.5% | - |
| XYZ | 10.35 | 5.92 | 20.68 | - |
| YUV | 68.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 127 | 0.17 | 0.70 | 0 | 0.50 | 285.17 | 0.54 | 0.32 |
| Hex | 69 | 26 | 7F | 11 | 46 | 0 | 32 | 11D | 36 | 20 |
| Octal | 151 | 46 | 177 | 21 | 106 | 0 | 62 | 435 | 66 | 40 |
| Binary | 1101001 | 100110 | 1111111 | 10001 | 1000110 | 0 | 110010 | 100011101 | 110110 | 100000 |
Color Harmonies of #69267F
Complementary color
Monochromatic Colors of #69267F
Black with #69267F
Text Example
Text Example
White with #69267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69267F; }
p { color: rgb(105,38,127); }
H1.HeaderClassName
{
color: #69267F;
}
.AnyTagClassName
{
color: #69267F;
}
</style>
background-color css
<style>
a { background-color: #69267F; }
a { background-color: rgb(105,38,127); }
div.DivClassName
{
background-color: #69267F;
}
.BgClassName
{
background-color: #69267F;
}
</style>
border-color css
<style>
span { border-color: #69267F; }
span { border-color: rgb(105,38,127); }
td.TdClassName
{
border-color: #69267F;
}
.TagClassName
{
border-color: #69267F;
}
</style>