Shades of Finn #6F3E53
Tints of Finn #6F3E53
RGB
CMYK
RGB Variations
Color information
#6F3E53 (or 0x6F3E53) is known color: Finn. HEX triplet: 6F, 3E and 53. RGB value is (111,62,83). Sum of RGB (Red+Green+Blue) = 111+62+83=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E53 is #90C1AC. Grayscale: #4F4F4F. Windows color (decimal): -9486765 or 5455471. OLE color: 5455471.
HSL color Cylindrical-coordinate representation of color #6F3E53: hue angle of 334.29º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E53 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 83 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.56 |
| HSL | 334.29º | 0.28% | 0.34% | - |
| HSV(B) | 334.29º | 0.44% | 0.44% | - |
| XYZ | 9.84 | 7.45 | 9.1 | - |
| YUV | 79.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 83 | 0 | 0.44 | 0.25 | 0.56 | 334.29 | 0.28 | 0.34 |
| Hex | 6F | 3E | 53 | 0 | 2C | 19 | 38 | 14E | 1C | 22 |
| Octal | 157 | 76 | 123 | 0 | 54 | 31 | 70 | 516 | 34 | 42 |
| Binary | 1101111 | 111110 | 1010011 | 0 | 101100 | 11001 | 111000 | 101001110 | 11100 | 100010 |
Color Harmonies of #6F3E53
Complementary color
Monochromatic Colors of #6F3E53
Black with #6F3E53
Text Example
Text Example
White with #6F3E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E53; }
p { color: rgb(111,62,83); }
H1.HeaderClassName
{
color: #6F3E53;
}
.AnyTagClassName
{
color: #6F3E53;
}
</style>
background-color css
<style>
a { background-color: #6F3E53; }
a { background-color: rgb(111,62,83); }
div.DivClassName
{
background-color: #6F3E53;
}
.BgClassName
{
background-color: #6F3E53;
}
</style>
border-color css
<style>
span { border-color: #6F3E53; }
span { border-color: rgb(111,62,83); }
td.TdClassName
{
border-color: #6F3E53;
}
.TagClassName
{
border-color: #6F3E53;
}
</style>