Shades of Seance #6F3B69
Tints of Seance #6F3B69
RGB
CMYK
RGB Variations
Color information
#6F3B69 (or 0x6F3B69) is known color: Seance. HEX triplet: 6F, 3B and 69. RGB value is (111,59,105). Sum of RGB (Red+Green+Blue) = 111+59+105=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3B69 is #90C496. Grayscale: #4F4F4F. Windows color (decimal): -9487511 or 6896495. OLE color: 6896495.
HSL color Cylindrical-coordinate representation of color #6F3B69: hue angle of 306.92º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F3B69 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 59 | 105 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.56 |
| HSL | 306.92º | 0.31% | 0.33% | - |
| HSV(B) | 306.92º | 0.47% | 0.44% | - |
| XYZ | 10.67 | 7.53 | 14.26 | - |
| YUV | 79.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 105 | 0 | 0.47 | 0.05 | 0.56 | 306.92 | 0.31 | 0.33 |
| Hex | 6F | 3B | 69 | 0 | 2F | 5 | 38 | 133 | 1F | 21 |
| Octal | 157 | 73 | 151 | 0 | 57 | 5 | 70 | 463 | 37 | 41 |
| Binary | 1101111 | 111011 | 1101001 | 0 | 101111 | 101 | 111000 | 100110011 | 11111 | 100001 |
Color Harmonies of #6F3B69
Complementary color
Monochromatic Colors of #6F3B69
Black with #6F3B69
Text Example
Text Example
White with #6F3B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3B69; }
p { color: rgb(111,59,105); }
H1.HeaderClassName
{
color: #6F3B69;
}
.AnyTagClassName
{
color: #6F3B69;
}
</style>
background-color css
<style>
a { background-color: #6F3B69; }
a { background-color: rgb(111,59,105); }
div.DivClassName
{
background-color: #6F3B69;
}
.BgClassName
{
background-color: #6F3B69;
}
</style>
border-color css
<style>
span { border-color: #6F3B69; }
span { border-color: rgb(111,59,105); }
td.TdClassName
{
border-color: #6F3B69;
}
.TagClassName
{
border-color: #6F3B69;
}
</style>