Shades of Finn #6B4E5C
Tints of Finn #6B4E5C
RGB
CMYK
RGB Variations
Color information
#6B4E5C (or 0x6B4E5C) is known color: Finn. HEX triplet: 6B, 4E and 5C. RGB value is (107,78,92). Sum of RGB (Red+Green+Blue) = 107+78+92=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E5C is #94B1A3. Grayscale: #585858. Windows color (decimal): -9744804 or 6049387. OLE color: 6049387.
HSL color Cylindrical-coordinate representation of color #6B4E5C: hue angle of 331.03º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B4E5C is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 92 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.58 |
| HSL | 331.03º | 0.16% | 0.36% | - |
| HSV(B) | 331.03º | 0.27% | 0.42% | - |
| XYZ | 10.72 | 9.35 | 11.36 | - |
| YUV | 88.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 92 | 0 | 0.27 | 0.14 | 0.58 | 331.03 | 0.16 | 0.36 |
| Hex | 6B | 4E | 5C | 0 | 1B | E | 3A | 14B | 10 | 24 |
| Octal | 153 | 116 | 134 | 0 | 33 | 16 | 72 | 513 | 20 | 44 |
| Binary | 1101011 | 1001110 | 1011100 | 0 | 11011 | 1110 | 111010 | 101001011 | 10000 | 100100 |
Color Harmonies of #6B4E5C
Complementary color
Monochromatic Colors of #6B4E5C
Black with #6B4E5C
Text Example
Text Example
White with #6B4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E5C; }
p { color: rgb(107,78,92); }
H1.HeaderClassName
{
color: #6B4E5C;
}
.AnyTagClassName
{
color: #6B4E5C;
}
</style>
background-color css
<style>
a { background-color: #6B4E5C; }
a { background-color: rgb(107,78,92); }
div.DivClassName
{
background-color: #6B4E5C;
}
.BgClassName
{
background-color: #6B4E5C;
}
</style>
border-color css
<style>
span { border-color: #6B4E5C; }
span { border-color: rgb(107,78,92); }
td.TdClassName
{
border-color: #6B4E5C;
}
.TagClassName
{
border-color: #6B4E5C;
}
</style>