Shades of Finn #6F3A4F
Tints of Finn #6F3A4F
RGB
CMYK
RGB Variations
Color information
#6F3A4F (or 0x6F3A4F) is known color: Finn. HEX triplet: 6F, 3A and 4F. RGB value is (111,58,79). Sum of RGB (Red+Green+Blue) = 111+58+79=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A4F is #90C5B0. Grayscale: #4C4C4C. Windows color (decimal): -9487793 or 5192303. OLE color: 5192303.
HSL color Cylindrical-coordinate representation of color #6F3A4F: hue angle of 336.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A4F is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 79 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.56 |
| HSL | 336.23º | 0.31% | 0.33% | - |
| HSV(B) | 336.23º | 0.48% | 0.44% | - |
| XYZ | 9.48 | 6.97 | 8.24 | - |
| YUV | 76.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 79 | 0 | 0.48 | 0.29 | 0.56 | 336.23 | 0.31 | 0.33 |
| Hex | 6F | 3A | 4F | 0 | 30 | 1D | 38 | 150 | 1F | 21 |
| Octal | 157 | 72 | 117 | 0 | 60 | 35 | 70 | 520 | 37 | 41 |
| Binary | 1101111 | 111010 | 1001111 | 0 | 110000 | 11101 | 111000 | 101010000 | 11111 | 100001 |
Color Harmonies of #6F3A4F
Complementary color
Monochromatic Colors of #6F3A4F
Black with #6F3A4F
Text Example
Text Example
White with #6F3A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A4F; }
p { color: rgb(111,58,79); }
H1.HeaderClassName
{
color: #6F3A4F;
}
.AnyTagClassName
{
color: #6F3A4F;
}
</style>
background-color css
<style>
a { background-color: #6F3A4F; }
a { background-color: rgb(111,58,79); }
div.DivClassName
{
background-color: #6F3A4F;
}
.BgClassName
{
background-color: #6F3A4F;
}
</style>
border-color css
<style>
span { border-color: #6F3A4F; }
span { border-color: rgb(111,58,79); }
td.TdClassName
{
border-color: #6F3A4F;
}
.TagClassName
{
border-color: #6F3A4F;
}
</style>