Shades of Finn #6F3C53
Tints of Finn #6F3C53
RGB
CMYK
RGB Variations
Color information
#6F3C53 (or 0x6F3C53) is known color: Finn. HEX triplet: 6F, 3C and 53. RGB value is (111,60,83). Sum of RGB (Red+Green+Blue) = 111+60+83=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3C53 is #90C3AC. Grayscale: #4D4D4D. Windows color (decimal): -9487277 or 5454959. OLE color: 5454959.
HSL color Cylindrical-coordinate representation of color #6F3C53: hue angle of 332.94º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F3C53 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 83 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.56 |
| HSL | 332.94º | 0.3% | 0.34% | - |
| HSV(B) | 332.94º | 0.46% | 0.44% | - |
| XYZ | 9.73 | 7.24 | 9.07 | - |
| YUV | 77.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 83 | 0 | 0.46 | 0.25 | 0.56 | 332.94 | 0.3 | 0.34 |
| Hex | 6F | 3C | 53 | 0 | 2E | 19 | 38 | 14D | 1E | 22 |
| Octal | 157 | 74 | 123 | 0 | 56 | 31 | 70 | 515 | 36 | 42 |
| Binary | 1101111 | 111100 | 1010011 | 0 | 101110 | 11001 | 111000 | 101001101 | 11110 | 100010 |
Color Harmonies of #6F3C53
Complementary color
Monochromatic Colors of #6F3C53
Black with #6F3C53
Text Example
Text Example
White with #6F3C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C53; }
p { color: rgb(111,60,83); }
H1.HeaderClassName
{
color: #6F3C53;
}
.AnyTagClassName
{
color: #6F3C53;
}
</style>
background-color css
<style>
a { background-color: #6F3C53; }
a { background-color: rgb(111,60,83); }
div.DivClassName
{
background-color: #6F3C53;
}
.BgClassName
{
background-color: #6F3C53;
}
</style>
border-color css
<style>
span { border-color: #6F3C53; }
span { border-color: rgb(111,60,83); }
td.TdClassName
{
border-color: #6F3C53;
}
.TagClassName
{
border-color: #6F3C53;
}
</style>