Shades of Finn #6F3950
Tints of Finn #6F3950
RGB
CMYK
RGB Variations
Color information
#6F3950 (or 0x6F3950) is known color: Finn. HEX triplet: 6F, 39 and 50. RGB value is (111,57,80). Sum of RGB (Red+Green+Blue) = 111+57+80=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3950 is #90C6AF. Grayscale: #4B4B4B. Windows color (decimal): -9488048 or 5257583. OLE color: 5257583.
HSL color Cylindrical-coordinate representation of color #6F3950: hue angle of 334.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F3950 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 80 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.56 |
| HSL | 334.44º | 0.32% | 0.33% | - |
| HSV(B) | 334.44º | 0.49% | 0.44% | - |
| XYZ | 9.47 | 6.88 | 8.42 | - |
| YUV | 75.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 80 | 0 | 0.49 | 0.28 | 0.56 | 334.44 | 0.32 | 0.33 |
| Hex | 6F | 39 | 50 | 0 | 31 | 1C | 38 | 14E | 20 | 21 |
| Octal | 157 | 71 | 120 | 0 | 61 | 34 | 70 | 516 | 40 | 41 |
| Binary | 1101111 | 111001 | 1010000 | 0 | 110001 | 11100 | 111000 | 101001110 | 100000 | 100001 |
Color Harmonies of #6F3950
Complementary color
Monochromatic Colors of #6F3950
Black with #6F3950
Text Example
Text Example
White with #6F3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3950; }
p { color: rgb(111,57,80); }
H1.HeaderClassName
{
color: #6F3950;
}
.AnyTagClassName
{
color: #6F3950;
}
</style>
background-color css
<style>
a { background-color: #6F3950; }
a { background-color: rgb(111,57,80); }
div.DivClassName
{
background-color: #6F3950;
}
.BgClassName
{
background-color: #6F3950;
}
</style>
border-color css
<style>
span { border-color: #6F3950; }
span { border-color: rgb(111,57,80); }
td.TdClassName
{
border-color: #6F3950;
}
.TagClassName
{
border-color: #6F3950;
}
</style>