Shades of Finn #6F465A
Tints of Finn #6F465A
RGB
CMYK
RGB Variations
Color information
#6F465A (or 0x6F465A) is known color: Finn. HEX triplet: 6F, 46 and 5A. RGB value is (111,70,90). Sum of RGB (Red+Green+Blue) = 111+70+90=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F465A is #90B9A5. Grayscale: #545454. Windows color (decimal): -9484710 or 5916271. OLE color: 5916271.
HSL color Cylindrical-coordinate representation of color #6F465A: hue angle of 330.73º 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 #6F465A is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 90 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.56 |
| HSL | 330.73º | 0.23% | 0.35% | - |
| HSV(B) | 330.73º | 0.37% | 0.44% | - |
| XYZ | 10.59 | 8.5 | 10.75 | - |
| YUV | 84.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 90 | 0 | 0.37 | 0.19 | 0.56 | 330.73 | 0.23 | 0.35 |
| Hex | 6F | 46 | 5A | 0 | 25 | 13 | 38 | 14B | 17 | 23 |
| Octal | 157 | 106 | 132 | 0 | 45 | 23 | 70 | 513 | 27 | 43 |
| Binary | 1101111 | 1000110 | 1011010 | 0 | 100101 | 10011 | 111000 | 101001011 | 10111 | 100011 |
Color Harmonies of #6F465A
Complementary color
Monochromatic Colors of #6F465A
Black with #6F465A
Text Example
Text Example
White with #6F465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F465A; }
p { color: rgb(111,70,90); }
H1.HeaderClassName
{
color: #6F465A;
}
.AnyTagClassName
{
color: #6F465A;
}
</style>
background-color css
<style>
a { background-color: #6F465A; }
a { background-color: rgb(111,70,90); }
div.DivClassName
{
background-color: #6F465A;
}
.BgClassName
{
background-color: #6F465A;
}
</style>
border-color css
<style>
span { border-color: #6F465A; }
span { border-color: rgb(111,70,90); }
td.TdClassName
{
border-color: #6F465A;
}
.TagClassName
{
border-color: #6F465A;
}
</style>