Shades of Seance #69336A
Tints of Seance #69336A
RGB
CMYK
RGB Variations
Color information
#69336A (or 0x69336A) is known color: Seance. HEX triplet: 69, 33 and 6A. RGB value is (105,51,106). Sum of RGB (Red+Green+Blue) = 105+51+106=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #69336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69336A is #96CC95. Grayscale: #494949. Windows color (decimal): -9882774 or 6959977. OLE color: 6959977.
HSL color Cylindrical-coordinate representation of color #69336A: hue angle of 298.91º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69336A is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 51 | 106 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.58 |
| HSL | 298.91º | 0.35% | 0.31% | - |
| HSV(B) | 298.91º | 0.52% | 0.42% | - |
| XYZ | 9.61 | 6.41 | 14.37 | - |
| YUV | 73.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 106 | 0.01 | 0.52 | 0 | 0.58 | 298.91 | 0.35 | 0.31 |
| Hex | 69 | 33 | 6A | 1 | 34 | 0 | 3A | 12B | 23 | 1F |
| Octal | 151 | 63 | 152 | 1 | 64 | 0 | 72 | 453 | 43 | 37 |
| Binary | 1101001 | 110011 | 1101010 | 1 | 110100 | 0 | 111010 | 100101011 | 100011 | 11111 |
Color Harmonies of #69336A
Complementary color
Monochromatic Colors of #69336A
Black with #69336A
Text Example
Text Example
White with #69336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69336A; }
p { color: rgb(105,51,106); }
H1.HeaderClassName
{
color: #69336A;
}
.AnyTagClassName
{
color: #69336A;
}
</style>
background-color css
<style>
a { background-color: #69336A; }
a { background-color: rgb(105,51,106); }
div.DivClassName
{
background-color: #69336A;
}
.BgClassName
{
background-color: #69336A;
}
</style>
border-color css
<style>
span { border-color: #69336A; }
span { border-color: rgb(105,51,106); }
td.TdClassName
{
border-color: #69336A;
}
.TagClassName
{
border-color: #69336A;
}
</style>