Shades of Finn #6F3F60
Tints of Finn #6F3F60
RGB
CMYK
RGB Variations
Color information
#6F3F60 (or 0x6F3F60) is known color: Finn. HEX triplet: 6F, 3F and 60. RGB value is (111,63,96). Sum of RGB (Red+Green+Blue) = 111+63+96=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3F60 is #90C09F. Grayscale: #515151. Windows color (decimal): -9486496 or 6307695. OLE color: 6307695.
HSL color Cylindrical-coordinate representation of color #6F3F60: hue angle of 318.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F3F60 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 63 | 96 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.56 |
| HSL | 318.75º | 0.28% | 0.34% | - |
| HSV(B) | 318.75º | 0.43% | 0.44% | - |
| XYZ | 10.44 | 7.78 | 12.02 | - |
| YUV | 81.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 96 | 0 | 0.43 | 0.14 | 0.56 | 318.75 | 0.28 | 0.34 |
| Hex | 6F | 3F | 60 | 0 | 2B | E | 38 | 13F | 1C | 22 |
| Octal | 157 | 77 | 140 | 0 | 53 | 16 | 70 | 477 | 34 | 42 |
| Binary | 1101111 | 111111 | 1100000 | 0 | 101011 | 1110 | 111000 | 100111111 | 11100 | 100010 |
Color Harmonies of #6F3F60
Complementary color
Monochromatic Colors of #6F3F60
Black with #6F3F60
Text Example
Text Example
White with #6F3F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3F60; }
p { color: rgb(111,63,96); }
H1.HeaderClassName
{
color: #6F3F60;
}
.AnyTagClassName
{
color: #6F3F60;
}
</style>
background-color css
<style>
a { background-color: #6F3F60; }
a { background-color: rgb(111,63,96); }
div.DivClassName
{
background-color: #6F3F60;
}
.BgClassName
{
background-color: #6F3F60;
}
</style>
border-color css
<style>
span { border-color: #6F3F60; }
span { border-color: rgb(111,63,96); }
td.TdClassName
{
border-color: #6F3F60;
}
.TagClassName
{
border-color: #6F3F60;
}
</style>