Shades of Finn #6F3851
Tints of Finn #6F3851
RGB
CMYK
RGB Variations
Color information
#6F3851 (or 0x6F3851) is known color: Finn. HEX triplet: 6F, 38 and 51. RGB value is (111,56,81). Sum of RGB (Red+Green+Blue) = 111+56+81=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3851 is #90C7AE. Grayscale: #4B4B4B. Windows color (decimal): -9488303 or 5322863. OLE color: 5322863.
HSL color Cylindrical-coordinate representation of color #6F3851: hue angle of 332.73º 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 #6F3851 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 81 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.56 |
| HSL | 332.73º | 0.33% | 0.33% | - |
| HSV(B) | 332.73º | 0.5% | 0.44% | - |
| XYZ | 9.45 | 6.8 | 8.6 | - |
| YUV | 75.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 81 | 0 | 0.50 | 0.27 | 0.56 | 332.73 | 0.33 | 0.33 |
| Hex | 6F | 38 | 51 | 0 | 32 | 1B | 38 | 14D | 21 | 21 |
| Octal | 157 | 70 | 121 | 0 | 62 | 33 | 70 | 515 | 41 | 41 |
| Binary | 1101111 | 111000 | 1010001 | 0 | 110010 | 11011 | 111000 | 101001101 | 100001 | 100001 |
Color Harmonies of #6F3851
Complementary color
Monochromatic Colors of #6F3851
Black with #6F3851
Text Example
Text Example
White with #6F3851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3851; }
p { color: rgb(111,56,81); }
H1.HeaderClassName
{
color: #6F3851;
}
.AnyTagClassName
{
color: #6F3851;
}
</style>
background-color css
<style>
a { background-color: #6F3851; }
a { background-color: rgb(111,56,81); }
div.DivClassName
{
background-color: #6F3851;
}
.BgClassName
{
background-color: #6F3851;
}
</style>
border-color css
<style>
span { border-color: #6F3851; }
span { border-color: rgb(111,56,81); }
td.TdClassName
{
border-color: #6F3851;
}
.TagClassName
{
border-color: #6F3851;
}
</style>