Shades of Finn #6F395B
Tints of Finn #6F395B
RGB
CMYK
RGB Variations
Color information
#6F395B (or 0x6F395B) is known color: Finn. HEX triplet: 6F, 39 and 5B. RGB value is (111,57,91). Sum of RGB (Red+Green+Blue) = 111+57+91=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F395B is #90C6A4. Grayscale: #4C4C4C. Windows color (decimal): -9488037 or 5978479. OLE color: 5978479.
HSL color Cylindrical-coordinate representation of color #6F395B: hue angle of 322.22º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F395B is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 91 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.56 |
| HSL | 322.22º | 0.32% | 0.33% | - |
| HSV(B) | 322.22º | 0.49% | 0.44% | - |
| XYZ | 9.91 | 7.06 | 10.74 | - |
| YUV | 77.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 91 | 0 | 0.49 | 0.18 | 0.56 | 322.22 | 0.32 | 0.33 |
| Hex | 6F | 39 | 5B | 0 | 31 | 12 | 38 | 142 | 20 | 21 |
| Octal | 157 | 71 | 133 | 0 | 61 | 22 | 70 | 502 | 40 | 41 |
| Binary | 1101111 | 111001 | 1011011 | 0 | 110001 | 10010 | 111000 | 101000010 | 100000 | 100001 |
Color Harmonies of #6F395B
Complementary color
Monochromatic Colors of #6F395B
Black with #6F395B
Text Example
Text Example
White with #6F395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F395B; }
p { color: rgb(111,57,91); }
H1.HeaderClassName
{
color: #6F395B;
}
.AnyTagClassName
{
color: #6F395B;
}
</style>
background-color css
<style>
a { background-color: #6F395B; }
a { background-color: rgb(111,57,91); }
div.DivClassName
{
background-color: #6F395B;
}
.BgClassName
{
background-color: #6F395B;
}
</style>
border-color css
<style>
span { border-color: #6F395B; }
span { border-color: rgb(111,57,91); }
td.TdClassName
{
border-color: #6F395B;
}
.TagClassName
{
border-color: #6F395B;
}
</style>