Shades of Finn #6F465B
Tints of Finn #6F465B
RGB
CMYK
RGB Variations
Color information
#6F465B (or 0x6F465B) is known color: Finn. HEX triplet: 6F, 46 and 5B. RGB value is (111,70,91). Sum of RGB (Red+Green+Blue) = 111+70+91=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F465B is #90B9A4. Grayscale: #545454. Windows color (decimal): -9484709 or 5981807. OLE color: 5981807.
HSL color Cylindrical-coordinate representation of color #6F465B: hue angle of 329.27º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F465B is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 91 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.56 |
| HSL | 329.27º | 0.23% | 0.35% | - |
| HSV(B) | 329.27º | 0.37% | 0.44% | - |
| XYZ | 10.63 | 8.52 | 10.98 | - |
| YUV | 84.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 91 | 0 | 0.37 | 0.18 | 0.56 | 329.27 | 0.23 | 0.35 |
| Hex | 6F | 46 | 5B | 0 | 25 | 12 | 38 | 149 | 17 | 23 |
| Octal | 157 | 106 | 133 | 0 | 45 | 22 | 70 | 511 | 27 | 43 |
| Binary | 1101111 | 1000110 | 1011011 | 0 | 100101 | 10010 | 111000 | 101001001 | 10111 | 100011 |
Color Harmonies of #6F465B
Complementary color
Monochromatic Colors of #6F465B
Black with #6F465B
Text Example
Text Example
White with #6F465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F465B; }
p { color: rgb(111,70,91); }
H1.HeaderClassName
{
color: #6F465B;
}
.AnyTagClassName
{
color: #6F465B;
}
</style>
background-color css
<style>
a { background-color: #6F465B; }
a { background-color: rgb(111,70,91); }
div.DivClassName
{
background-color: #6F465B;
}
.BgClassName
{
background-color: #6F465B;
}
</style>
border-color css
<style>
span { border-color: #6F465B; }
span { border-color: rgb(111,70,91); }
td.TdClassName
{
border-color: #6F465B;
}
.TagClassName
{
border-color: #6F465B;
}
</style>