Shades of Finn #6F4358
Tints of Finn #6F4358
RGB
CMYK
RGB Variations
Color information
#6F4358 (or 0x6F4358) is known color: Finn. HEX triplet: 6F, 43 and 58. RGB value is (111,67,88). Sum of RGB (Red+Green+Blue) = 111+67+88=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4358 is #90BCA7. Grayscale: #525252. Windows color (decimal): -9485480 or 5784431. OLE color: 5784431.
HSL color Cylindrical-coordinate representation of color #6F4358: hue angle of 331.36º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4358 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 88 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.56 |
| HSL | 331.36º | 0.25% | 0.35% | - |
| HSV(B) | 331.36º | 0.4% | 0.44% | - |
| XYZ | 10.32 | 8.1 | 10.25 | - |
| YUV | 82.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 88 | 0 | 0.40 | 0.21 | 0.56 | 331.36 | 0.25 | 0.35 |
| Hex | 6F | 43 | 58 | 0 | 28 | 15 | 38 | 14B | 19 | 23 |
| Octal | 157 | 103 | 130 | 0 | 50 | 25 | 70 | 513 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1011000 | 0 | 101000 | 10101 | 111000 | 101001011 | 11001 | 100011 |
Color Harmonies of #6F4358
Complementary color
Monochromatic Colors of #6F4358
Black with #6F4358
Text Example
Text Example
White with #6F4358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4358; }
p { color: rgb(111,67,88); }
H1.HeaderClassName
{
color: #6F4358;
}
.AnyTagClassName
{
color: #6F4358;
}
</style>
background-color css
<style>
a { background-color: #6F4358; }
a { background-color: rgb(111,67,88); }
div.DivClassName
{
background-color: #6F4358;
}
.BgClassName
{
background-color: #6F4358;
}
</style>
border-color css
<style>
span { border-color: #6F4358; }
span { border-color: rgb(111,67,88); }
td.TdClassName
{
border-color: #6F4358;
}
.TagClassName
{
border-color: #6F4358;
}
</style>