Shades of Seance #6F306B
Tints of Seance #6F306B
RGB
CMYK
RGB Variations
Color information
#6F306B (or 0x6F306B) is known color: Seance. HEX triplet: 6F, 30 and 6B. RGB value is (111,48,107). Sum of RGB (Red+Green+Blue) = 111+48+107=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F306B is #90CF94. Grayscale: #494949. Windows color (decimal): -9490325 or 7024751. OLE color: 7024751.
HSL color Cylindrical-coordinate representation of color #6F306B: hue angle of 303.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F306B is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 107 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.56 |
| HSL | 303.81º | 0.4% | 0.31% | - |
| HSV(B) | 303.81º | 0.57% | 0.44% | - |
| XYZ | 10.27 | 6.55 | 14.63 | - |
| YUV | 73.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 107 | 0 | 0.57 | 0.04 | 0.56 | 303.81 | 0.4 | 0.31 |
| Hex | 6F | 30 | 6B | 0 | 39 | 4 | 38 | 130 | 28 | 1F |
| Octal | 157 | 60 | 153 | 0 | 71 | 4 | 70 | 460 | 50 | 37 |
| Binary | 1101111 | 110000 | 1101011 | 0 | 111001 | 100 | 111000 | 100110000 | 101000 | 11111 |
Color Harmonies of #6F306B
Complementary color
Monochromatic Colors of #6F306B
Black with #6F306B
Text Example
Text Example
White with #6F306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F306B; }
p { color: rgb(111,48,107); }
H1.HeaderClassName
{
color: #6F306B;
}
.AnyTagClassName
{
color: #6F306B;
}
</style>
background-color css
<style>
a { background-color: #6F306B; }
a { background-color: rgb(111,48,107); }
div.DivClassName
{
background-color: #6F306B;
}
.BgClassName
{
background-color: #6F306B;
}
</style>
border-color css
<style>
span { border-color: #6F306B; }
span { border-color: rgb(111,48,107); }
td.TdClassName
{
border-color: #6F306B;
}
.TagClassName
{
border-color: #6F306B;
}
</style>