Shades of Finn #6B3E59
Tints of Finn #6B3E59
RGB
CMYK
RGB Variations
Color information
#6B3E59 (or 0x6B3E59) is known color: Finn. HEX triplet: 6B, 3E and 59. RGB value is (107,62,89). Sum of RGB (Red+Green+Blue) = 107+62+89=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3E59 is #94C1A6. Grayscale: #4E4E4E. Windows color (decimal): -9748903 or 5848683. OLE color: 5848683.
HSL color Cylindrical-coordinate representation of color #6B3E59: hue angle of 324º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B3E59 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 62 | 89 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.58 |
| HSL | 324º | 0.27% | 0.33% | - |
| HSV(B) | 324º | 0.42% | 0.42% | - |
| XYZ | 9.59 | 7.29 | 10.35 | - |
| YUV | 78.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 62 | 89 | 0 | 0.42 | 0.17 | 0.58 | 324 | 0.27 | 0.33 |
| Hex | 6B | 3E | 59 | 0 | 2A | 11 | 3A | 144 | 1B | 21 |
| Octal | 153 | 76 | 131 | 0 | 52 | 21 | 72 | 504 | 33 | 41 |
| Binary | 1101011 | 111110 | 1011001 | 0 | 101010 | 10001 | 111010 | 101000100 | 11011 | 100001 |
Color Harmonies of #6B3E59
Complementary color
Monochromatic Colors of #6B3E59
Black with #6B3E59
Text Example
Text Example
White with #6B3E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3E59; }
p { color: rgb(107,62,89); }
H1.HeaderClassName
{
color: #6B3E59;
}
.AnyTagClassName
{
color: #6B3E59;
}
</style>
background-color css
<style>
a { background-color: #6B3E59; }
a { background-color: rgb(107,62,89); }
div.DivClassName
{
background-color: #6B3E59;
}
.BgClassName
{
background-color: #6B3E59;
}
</style>
border-color css
<style>
span { border-color: #6B3E59; }
span { border-color: rgb(107,62,89); }
td.TdClassName
{
border-color: #6B3E59;
}
.TagClassName
{
border-color: #6B3E59;
}
</style>