Shades of Finn #6B5058
Tints of Finn #6B5058
RGB
CMYK
RGB Variations
Color information
#6B5058 (or 0x6B5058) is known color: Finn. HEX triplet: 6B, 50 and 58. RGB value is (107,80,88). Sum of RGB (Red+Green+Blue) = 107+80+88=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5058 is #94AFA7. Grayscale: #585858. Windows color (decimal): -9744296 or 5787755. OLE color: 5787755.
HSL color Cylindrical-coordinate representation of color #6B5058: hue angle of 342.22º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5058 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 88 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.58 |
| HSL | 342.22º | 0.14% | 0.37% | - |
| HSV(B) | 342.22º | 0.25% | 0.42% | - |
| XYZ | 10.69 | 9.57 | 10.52 | - |
| YUV | 88.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 88 | 0 | 0.25 | 0.18 | 0.58 | 342.22 | 0.14 | 0.37 |
| Hex | 6B | 50 | 58 | 0 | 19 | 12 | 3A | 156 | E | 25 |
| Octal | 153 | 120 | 130 | 0 | 31 | 22 | 72 | 526 | 16 | 45 |
| Binary | 1101011 | 1010000 | 1011000 | 0 | 11001 | 10010 | 111010 | 101010110 | 1110 | 100101 |
Color Harmonies of #6B5058
Complementary color
Monochromatic Colors of #6B5058
Black with #6B5058
Text Example
Text Example
White with #6B5058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5058; }
p { color: rgb(107,80,88); }
H1.HeaderClassName
{
color: #6B5058;
}
.AnyTagClassName
{
color: #6B5058;
}
</style>
background-color css
<style>
a { background-color: #6B5058; }
a { background-color: rgb(107,80,88); }
div.DivClassName
{
background-color: #6B5058;
}
.BgClassName
{
background-color: #6B5058;
}
</style>
border-color css
<style>
span { border-color: #6B5058; }
span { border-color: rgb(107,80,88); }
td.TdClassName
{
border-color: #6B5058;
}
.TagClassName
{
border-color: #6B5058;
}
</style>