Shades of Finn #6F3855
Tints of Finn #6F3855
RGB
CMYK
RGB Variations
Color information
#6F3855 (or 0x6F3855) is known color: Finn. HEX triplet: 6F, 38 and 55. RGB value is (111,56,85). Sum of RGB (Red+Green+Blue) = 111+56+85=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3855 is #90C7AA. Grayscale: #4B4B4B. Windows color (decimal): -9488299 or 5585007. OLE color: 5585007.
HSL color Cylindrical-coordinate representation of color #6F3855: hue angle of 328.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3855 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 85 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.56 |
| HSL | 328.36º | 0.33% | 0.33% | - |
| HSV(B) | 328.36º | 0.5% | 0.44% | - |
| XYZ | 9.61 | 6.86 | 9.41 | - |
| YUV | 75.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 85 | 0 | 0.50 | 0.23 | 0.56 | 328.36 | 0.33 | 0.33 |
| Hex | 6F | 38 | 55 | 0 | 32 | 17 | 38 | 148 | 21 | 21 |
| Octal | 157 | 70 | 125 | 0 | 62 | 27 | 70 | 510 | 41 | 41 |
| Binary | 1101111 | 111000 | 1010101 | 0 | 110010 | 10111 | 111000 | 101001000 | 100001 | 100001 |
Color Harmonies of #6F3855
Complementary color
Monochromatic Colors of #6F3855
Black with #6F3855
Text Example
Text Example
White with #6F3855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3855; }
p { color: rgb(111,56,85); }
H1.HeaderClassName
{
color: #6F3855;
}
.AnyTagClassName
{
color: #6F3855;
}
</style>
background-color css
<style>
a { background-color: #6F3855; }
a { background-color: rgb(111,56,85); }
div.DivClassName
{
background-color: #6F3855;
}
.BgClassName
{
background-color: #6F3855;
}
</style>
border-color css
<style>
span { border-color: #6F3855; }
span { border-color: rgb(111,56,85); }
td.TdClassName
{
border-color: #6F3855;
}
.TagClassName
{
border-color: #6F3855;
}
</style>