Shades of Finn #6F3D56
Tints of Finn #6F3D56
RGB
CMYK
RGB Variations
Color information
#6F3D56 (or 0x6F3D56) is known color: Finn. HEX triplet: 6F, 3D and 56. RGB value is (111,61,86). Sum of RGB (Red+Green+Blue) = 111+61+86=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3D56 is #90C2A9. Grayscale: #4E4E4E. Windows color (decimal): -9487018 or 5651823. OLE color: 5651823.
HSL color Cylindrical-coordinate representation of color #6F3D56: hue angle of 330º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F3D56 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 61 | 86 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.56 |
| HSL | 330º | 0.29% | 0.34% | - |
| HSV(B) | 330º | 0.45% | 0.44% | - |
| XYZ | 9.9 | 7.39 | 9.71 | - |
| YUV | 78.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 86 | 0 | 0.45 | 0.23 | 0.56 | 330 | 0.29 | 0.34 |
| Hex | 6F | 3D | 56 | 0 | 2D | 17 | 38 | 14A | 1D | 22 |
| Octal | 157 | 75 | 126 | 0 | 55 | 27 | 70 | 512 | 35 | 42 |
| Binary | 1101111 | 111101 | 1010110 | 0 | 101101 | 10111 | 111000 | 101001010 | 11101 | 100010 |
Color Harmonies of #6F3D56
Complementary color
Monochromatic Colors of #6F3D56
Black with #6F3D56
Text Example
Text Example
White with #6F3D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3D56; }
p { color: rgb(111,61,86); }
H1.HeaderClassName
{
color: #6F3D56;
}
.AnyTagClassName
{
color: #6F3D56;
}
</style>
background-color css
<style>
a { background-color: #6F3D56; }
a { background-color: rgb(111,61,86); }
div.DivClassName
{
background-color: #6F3D56;
}
.BgClassName
{
background-color: #6F3D56;
}
</style>
border-color css
<style>
span { border-color: #6F3D56; }
span { border-color: rgb(111,61,86); }
td.TdClassName
{
border-color: #6F3D56;
}
.TagClassName
{
border-color: #6F3D56;
}
</style>