Shades of Seance #69267D
Tints of Seance #69267D
RGB
CMYK
RGB Variations
Color information
#69267D (or 0x69267D) is known color: Seance. HEX triplet: 69, 26 and 7D. RGB value is (105,38,125). Sum of RGB (Red+Green+Blue) = 105+38+125=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #69267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69267D is #96D982. Grayscale: #434343. Windows color (decimal): -9886083 or 8201833. OLE color: 8201833.
HSL color Cylindrical-coordinate representation of color #69267D: hue angle of 286.21º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69267D is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 38 | 125 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.51 |
| HSL | 286.21º | 0.53% | 0.32% | - |
| HSV(B) | 286.21º | 0.7% | 0.49% | - |
| XYZ | 10.22 | 5.87 | 20 | - |
| YUV | 67.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 125 | 0.16 | 0.70 | 0 | 0.51 | 286.21 | 0.53 | 0.32 |
| Hex | 69 | 26 | 7D | 10 | 46 | 0 | 33 | 11E | 35 | 20 |
| Octal | 151 | 46 | 175 | 20 | 106 | 0 | 63 | 436 | 65 | 40 |
| Binary | 1101001 | 100110 | 1111101 | 10000 | 1000110 | 0 | 110011 | 100011110 | 110101 | 100000 |
Color Harmonies of #69267D
Complementary color
Monochromatic Colors of #69267D
Black with #69267D
Text Example
Text Example
White with #69267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69267D; }
p { color: rgb(105,38,125); }
H1.HeaderClassName
{
color: #69267D;
}
.AnyTagClassName
{
color: #69267D;
}
</style>
background-color css
<style>
a { background-color: #69267D; }
a { background-color: rgb(105,38,125); }
div.DivClassName
{
background-color: #69267D;
}
.BgClassName
{
background-color: #69267D;
}
</style>
border-color css
<style>
span { border-color: #69267D; }
span { border-color: rgb(105,38,125); }
td.TdClassName
{
border-color: #69267D;
}
.TagClassName
{
border-color: #69267D;
}
</style>