Shades of Seance #69256D
Tints of Seance #69256D
RGB
CMYK
RGB Variations
Color information
#69256D (or 0x69256D) is known color: Seance. HEX triplet: 69, 25 and 6D. RGB value is (105,37,109). Sum of RGB (Red+Green+Blue) = 105+37+109=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #69256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69256D is #96DA92. Grayscale: #414141. Windows color (decimal): -9886355 or 7153001. OLE color: 7153001.
HSL color Cylindrical-coordinate representation of color #69256D: hue angle of 296.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69256D is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 37 | 109 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.57 |
| HSL | 296.67º | 0.49% | 0.29% | - |
| HSV(B) | 296.67º | 0.66% | 0.43% | - |
| XYZ | 9.25 | 5.43 | 15.03 | - |
| YUV | 65.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 109 | 0.04 | 0.66 | 0 | 0.57 | 296.67 | 0.49 | 0.29 |
| Hex | 69 | 25 | 6D | 4 | 42 | 0 | 39 | 129 | 31 | 1D |
| Octal | 151 | 45 | 155 | 4 | 102 | 0 | 71 | 451 | 61 | 35 |
| Binary | 1101001 | 100101 | 1101101 | 100 | 1000010 | 0 | 111001 | 100101001 | 110001 | 11101 |
Color Harmonies of #69256D
Complementary color
Monochromatic Colors of #69256D
Black with #69256D
Text Example
Text Example
White with #69256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69256D; }
p { color: rgb(105,37,109); }
H1.HeaderClassName
{
color: #69256D;
}
.AnyTagClassName
{
color: #69256D;
}
</style>
background-color css
<style>
a { background-color: #69256D; }
a { background-color: rgb(105,37,109); }
div.DivClassName
{
background-color: #69256D;
}
.BgClassName
{
background-color: #69256D;
}
</style>
border-color css
<style>
span { border-color: #69256D; }
span { border-color: rgb(105,37,109); }
td.TdClassName
{
border-color: #69256D;
}
.TagClassName
{
border-color: #69256D;
}
</style>