Shades of Seance #6F386A
Tints of Seance #6F386A
RGB
CMYK
RGB Variations
Color information
#6F386A (or 0x6F386A) is known color: Seance. HEX triplet: 6F, 38 and 6A. RGB value is (111,56,106). Sum of RGB (Red+Green+Blue) = 111+56+106=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F386A is #90C795. Grayscale: #4E4E4E. Windows color (decimal): -9488278 or 6961263. OLE color: 6961263.
HSL color Cylindrical-coordinate representation of color #6F386A: hue angle of 305.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F386A is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 106 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.56 |
| HSL | 305.45º | 0.33% | 0.33% | - |
| HSV(B) | 305.45º | 0.5% | 0.44% | - |
| XYZ | 10.57 | 7.25 | 14.48 | - |
| YUV | 78.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 106 | 0 | 0.50 | 0.05 | 0.56 | 305.45 | 0.33 | 0.33 |
| Hex | 6F | 38 | 6A | 0 | 32 | 5 | 38 | 131 | 21 | 21 |
| Octal | 157 | 70 | 152 | 0 | 62 | 5 | 70 | 461 | 41 | 41 |
| Binary | 1101111 | 111000 | 1101010 | 0 | 110010 | 101 | 111000 | 100110001 | 100001 | 100001 |
Color Harmonies of #6F386A
Complementary color
Monochromatic Colors of #6F386A
Black with #6F386A
Text Example
Text Example
White with #6F386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F386A; }
p { color: rgb(111,56,106); }
H1.HeaderClassName
{
color: #6F386A;
}
.AnyTagClassName
{
color: #6F386A;
}
</style>
background-color css
<style>
a { background-color: #6F386A; }
a { background-color: rgb(111,56,106); }
div.DivClassName
{
background-color: #6F386A;
}
.BgClassName
{
background-color: #6F386A;
}
</style>
border-color css
<style>
span { border-color: #6F386A; }
span { border-color: rgb(111,56,106); }
td.TdClassName
{
border-color: #6F386A;
}
.TagClassName
{
border-color: #6F386A;
}
</style>