Shades of Finn #6F3E58
Tints of Finn #6F3E58
RGB
CMYK
RGB Variations
Color information
#6F3E58 (or 0x6F3E58) is known color: Finn. HEX triplet: 6F, 3E and 58. RGB value is (111,62,88). Sum of RGB (Red+Green+Blue) = 111+62+88=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E58 is #90C1A7. Grayscale: #4F4F4F. Windows color (decimal): -9486760 or 5783151. OLE color: 5783151.
HSL color Cylindrical-coordinate representation of color #6F3E58: hue angle of 328.16º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E58 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 88 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.56 |
| HSL | 328.16º | 0.28% | 0.34% | - |
| HSV(B) | 328.16º | 0.44% | 0.44% | - |
| XYZ | 10.04 | 7.53 | 10.16 | - |
| YUV | 79.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 88 | 0 | 0.44 | 0.21 | 0.56 | 328.16 | 0.28 | 0.34 |
| Hex | 6F | 3E | 58 | 0 | 2C | 15 | 38 | 148 | 1C | 22 |
| Octal | 157 | 76 | 130 | 0 | 54 | 25 | 70 | 510 | 34 | 42 |
| Binary | 1101111 | 111110 | 1011000 | 0 | 101100 | 10101 | 111000 | 101001000 | 11100 | 100010 |
Color Harmonies of #6F3E58
Complementary color
Monochromatic Colors of #6F3E58
Black with #6F3E58
Text Example
Text Example
White with #6F3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E58; }
p { color: rgb(111,62,88); }
H1.HeaderClassName
{
color: #6F3E58;
}
.AnyTagClassName
{
color: #6F3E58;
}
</style>
background-color css
<style>
a { background-color: #6F3E58; }
a { background-color: rgb(111,62,88); }
div.DivClassName
{
background-color: #6F3E58;
}
.BgClassName
{
background-color: #6F3E58;
}
</style>
border-color css
<style>
span { border-color: #6F3E58; }
span { border-color: rgb(111,62,88); }
td.TdClassName
{
border-color: #6F3E58;
}
.TagClassName
{
border-color: #6F3E58;
}
</style>