Shades of Finn #6F425C
Tints of Finn #6F425C
RGB
CMYK
RGB Variations
Color information
#6F425C (or 0x6F425C) is known color: Finn. HEX triplet: 6F, 42 and 5C. RGB value is (111,66,92). Sum of RGB (Red+Green+Blue) = 111+66+92=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F425C is #90BDA3. Grayscale: #525252. Windows color (decimal): -9485732 or 6046319. OLE color: 6046319.
HSL color Cylindrical-coordinate representation of color #6F425C: hue angle of 325.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F425C is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 66 | 92 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.56 |
| HSL | 325.33º | 0.25% | 0.35% | - |
| HSV(B) | 325.33º | 0.41% | 0.44% | - |
| XYZ | 10.44 | 8.05 | 11.13 | - |
| YUV | 82.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 92 | 0 | 0.41 | 0.17 | 0.56 | 325.33 | 0.25 | 0.35 |
| Hex | 6F | 42 | 5C | 0 | 29 | 11 | 38 | 145 | 19 | 23 |
| Octal | 157 | 102 | 134 | 0 | 51 | 21 | 70 | 505 | 31 | 43 |
| Binary | 1101111 | 1000010 | 1011100 | 0 | 101001 | 10001 | 111000 | 101000101 | 11001 | 100011 |
Color Harmonies of #6F425C
Complementary color
Monochromatic Colors of #6F425C
Black with #6F425C
Text Example
Text Example
White with #6F425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F425C; }
p { color: rgb(111,66,92); }
H1.HeaderClassName
{
color: #6F425C;
}
.AnyTagClassName
{
color: #6F425C;
}
</style>
background-color css
<style>
a { background-color: #6F425C; }
a { background-color: rgb(111,66,92); }
div.DivClassName
{
background-color: #6F425C;
}
.BgClassName
{
background-color: #6F425C;
}
</style>
border-color css
<style>
span { border-color: #6F425C; }
span { border-color: rgb(111,66,92); }
td.TdClassName
{
border-color: #6F425C;
}
.TagClassName
{
border-color: #6F425C;
}
</style>