Shades of Finn #6F4D5A
Tints of Finn #6F4D5A
RGB
CMYK
RGB Variations
Color information
#6F4D5A (or 0x6F4D5A) is known color: Finn. HEX triplet: 6F, 4D and 5A. RGB value is (111,77,90). Sum of RGB (Red+Green+Blue) = 111+77+90=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D5A is #90B2A5. Grayscale: #585858. Windows color (decimal): -9482918 or 5918063. OLE color: 5918063.
HSL color Cylindrical-coordinate representation of color #6F4D5A: hue angle of 337.06º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4D5A is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 90 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.56 |
| HSL | 337.06º | 0.18% | 0.37% | - |
| HSV(B) | 337.06º | 0.31% | 0.44% | - |
| XYZ | 11.05 | 9.43 | 10.91 | - |
| YUV | 88.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 90 | 0 | 0.31 | 0.19 | 0.56 | 337.06 | 0.18 | 0.37 |
| Hex | 6F | 4D | 5A | 0 | 1F | 13 | 38 | 151 | 12 | 25 |
| Octal | 157 | 115 | 132 | 0 | 37 | 23 | 70 | 521 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1011010 | 0 | 11111 | 10011 | 111000 | 101010001 | 10010 | 100101 |
Color Harmonies of #6F4D5A
Complementary color
Monochromatic Colors of #6F4D5A
Black with #6F4D5A
Text Example
Text Example
White with #6F4D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D5A; }
p { color: rgb(111,77,90); }
H1.HeaderClassName
{
color: #6F4D5A;
}
.AnyTagClassName
{
color: #6F4D5A;
}
</style>
background-color css
<style>
a { background-color: #6F4D5A; }
a { background-color: rgb(111,77,90); }
div.DivClassName
{
background-color: #6F4D5A;
}
.BgClassName
{
background-color: #6F4D5A;
}
</style>
border-color css
<style>
span { border-color: #6F4D5A; }
span { border-color: rgb(111,77,90); }
td.TdClassName
{
border-color: #6F4D5A;
}
.TagClassName
{
border-color: #6F4D5A;
}
</style>