Shades of Finn #6F445D
Tints of Finn #6F445D
RGB
CMYK
RGB Variations
Color information
#6F445D (or 0x6F445D) is known color: Finn. HEX triplet: 6F, 44 and 5D. RGB value is (111,68,93). Sum of RGB (Red+Green+Blue) = 111+68+93=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F445D is #90BBA2. Grayscale: #535353. Windows color (decimal): -9485219 or 6112367. OLE color: 6112367.
HSL color Cylindrical-coordinate representation of color #6F445D: hue angle of 325.12º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F445D is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 93 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.56 |
| HSL | 325.12º | 0.24% | 0.35% | - |
| HSV(B) | 325.12º | 0.39% | 0.44% | - |
| XYZ | 10.6 | 8.3 | 11.4 | - |
| YUV | 83.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 93 | 0 | 0.39 | 0.16 | 0.56 | 325.12 | 0.24 | 0.35 |
| Hex | 6F | 44 | 5D | 0 | 27 | 10 | 38 | 145 | 18 | 23 |
| Octal | 157 | 104 | 135 | 0 | 47 | 20 | 70 | 505 | 30 | 43 |
| Binary | 1101111 | 1000100 | 1011101 | 0 | 100111 | 10000 | 111000 | 101000101 | 11000 | 100011 |
Color Harmonies of #6F445D
Complementary color
Monochromatic Colors of #6F445D
Black with #6F445D
Text Example
Text Example
White with #6F445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F445D; }
p { color: rgb(111,68,93); }
H1.HeaderClassName
{
color: #6F445D;
}
.AnyTagClassName
{
color: #6F445D;
}
</style>
background-color css
<style>
a { background-color: #6F445D; }
a { background-color: rgb(111,68,93); }
div.DivClassName
{
background-color: #6F445D;
}
.BgClassName
{
background-color: #6F445D;
}
</style>
border-color css
<style>
span { border-color: #6F445D; }
span { border-color: rgb(111,68,93); }
td.TdClassName
{
border-color: #6F445D;
}
.TagClassName
{
border-color: #6F445D;
}
</style>