Shades of Seance #69267A
Tints of Seance #69267A
RGB
CMYK
RGB Variations
Color information
#69267A (or 0x69267A) is known color: Seance. HEX triplet: 69, 26 and 7A. RGB value is (105,38,122). Sum of RGB (Red+Green+Blue) = 105+38+122=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #69267A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69267A is #96D985. Grayscale: #434343. Windows color (decimal): -9886086 or 8005225. OLE color: 8005225.
HSL color Cylindrical-coordinate representation of color #69267A: hue angle of 287.86º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69267A is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 38 | 122 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.52 |
| HSL | 287.86º | 0.53% | 0.31% | - |
| HSV(B) | 287.86º | 0.69% | 0.48% | - |
| XYZ | 10.03 | 5.79 | 19 | - |
| YUV | 67.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 122 | 0.14 | 0.69 | 0 | 0.52 | 287.86 | 0.53 | 0.31 |
| Hex | 69 | 26 | 7A | E | 45 | 0 | 34 | 120 | 34 | 1F |
| Octal | 151 | 46 | 172 | 16 | 105 | 0 | 64 | 440 | 64 | 37 |
| Binary | 1101001 | 100110 | 1111010 | 1110 | 1000101 | 0 | 110100 | 100100000 | 110100 | 11111 |
Color Harmonies of #69267A
Complementary color
Monochromatic Colors of #69267A
Black with #69267A
Text Example
Text Example
White with #69267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69267A; }
p { color: rgb(105,38,122); }
H1.HeaderClassName
{
color: #69267A;
}
.AnyTagClassName
{
color: #69267A;
}
</style>
background-color css
<style>
a { background-color: #69267A; }
a { background-color: rgb(105,38,122); }
div.DivClassName
{
background-color: #69267A;
}
.BgClassName
{
background-color: #69267A;
}
</style>
border-color css
<style>
span { border-color: #69267A; }
span { border-color: rgb(105,38,122); }
td.TdClassName
{
border-color: #69267A;
}
.TagClassName
{
border-color: #69267A;
}
</style>