Shades of Finn #6F3759
Tints of Finn #6F3759
RGB
CMYK
RGB Variations
Color information
#6F3759 (or 0x6F3759) is known color: Finn. HEX triplet: 6F, 37 and 59. RGB value is (111,55,89). Sum of RGB (Red+Green+Blue) = 111+55+89=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3759 is #90C8A6. Grayscale: #4B4B4B. Windows color (decimal): -9488551 or 5846895. OLE color: 5846895.
HSL color Cylindrical-coordinate representation of color #6F3759: hue angle of 323.57º degrees, saturation: 0.34, 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 #6F3759 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 89 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.56 |
| HSL | 323.57º | 0.34% | 0.33% | - |
| HSV(B) | 323.57º | 0.5% | 0.44% | - |
| XYZ | 9.72 | 6.83 | 10.26 | - |
| YUV | 75.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 89 | 0 | 0.50 | 0.20 | 0.56 | 323.57 | 0.34 | 0.33 |
| Hex | 6F | 37 | 59 | 0 | 32 | 14 | 38 | 144 | 22 | 21 |
| Octal | 157 | 67 | 131 | 0 | 62 | 24 | 70 | 504 | 42 | 41 |
| Binary | 1101111 | 110111 | 1011001 | 0 | 110010 | 10100 | 111000 | 101000100 | 100010 | 100001 |
Color Harmonies of #6F3759
Complementary color
Monochromatic Colors of #6F3759
Black with #6F3759
Text Example
Text Example
White with #6F3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3759; }
p { color: rgb(111,55,89); }
H1.HeaderClassName
{
color: #6F3759;
}
.AnyTagClassName
{
color: #6F3759;
}
</style>
background-color css
<style>
a { background-color: #6F3759; }
a { background-color: rgb(111,55,89); }
div.DivClassName
{
background-color: #6F3759;
}
.BgClassName
{
background-color: #6F3759;
}
</style>
border-color css
<style>
span { border-color: #6F3759; }
span { border-color: rgb(111,55,89); }
td.TdClassName
{
border-color: #6F3759;
}
.TagClassName
{
border-color: #6F3759;
}
</style>