Shades of Finn #6F4B5A
Tints of Finn #6F4B5A
RGB
CMYK
RGB Variations
Color information
#6F4B5A (or 0x6F4B5A) is known color: Finn. HEX triplet: 6F, 4B and 5A. RGB value is (111,75,90). Sum of RGB (Red+Green+Blue) = 111+75+90=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B5A is #90B4A5. Grayscale: #575757. Windows color (decimal): -9483430 or 5917551. OLE color: 5917551.
HSL color Cylindrical-coordinate representation of color #6F4B5A: hue angle of 335º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4B5A is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 90 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.56 |
| HSL | 335º | 0.19% | 0.36% | - |
| HSV(B) | 335º | 0.32% | 0.44% | - |
| XYZ | 10.92 | 9.15 | 10.86 | - |
| YUV | 87.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 90 | 0 | 0.32 | 0.19 | 0.56 | 335 | 0.19 | 0.36 |
| Hex | 6F | 4B | 5A | 0 | 20 | 13 | 38 | 14F | 13 | 24 |
| Octal | 157 | 113 | 132 | 0 | 40 | 23 | 70 | 517 | 23 | 44 |
| Binary | 1101111 | 1001011 | 1011010 | 0 | 100000 | 10011 | 111000 | 101001111 | 10011 | 100100 |
Color Harmonies of #6F4B5A
Complementary color
Monochromatic Colors of #6F4B5A
Black with #6F4B5A
Text Example
Text Example
White with #6F4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B5A; }
p { color: rgb(111,75,90); }
H1.HeaderClassName
{
color: #6F4B5A;
}
.AnyTagClassName
{
color: #6F4B5A;
}
</style>
background-color css
<style>
a { background-color: #6F4B5A; }
a { background-color: rgb(111,75,90); }
div.DivClassName
{
background-color: #6F4B5A;
}
.BgClassName
{
background-color: #6F4B5A;
}
</style>
border-color css
<style>
span { border-color: #6F4B5A; }
span { border-color: rgb(111,75,90); }
td.TdClassName
{
border-color: #6F4B5A;
}
.TagClassName
{
border-color: #6F4B5A;
}
</style>