Shades of Finn #6A505C
Tints of Finn #6A505C
RGB
CMYK
RGB Variations
Color information
#6A505C (or 0x6A505C) is known color: Finn. HEX triplet: 6A, 50 and 5C. RGB value is (106,80,92). Sum of RGB (Red+Green+Blue) = 106+80+92=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 106 - color contains mainly: red. Hex color #6A505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A505C is #95AFA3. Grayscale: #595959. Windows color (decimal): -9809828 or 6049898. OLE color: 6049898.
HSL color Cylindrical-coordinate representation of color #6A505C: hue angle of 332.31º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A505C is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 80 | 92 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.58 |
| HSL | 332.31º | 0.14% | 0.36% | - |
| HSV(B) | 332.31º | 0.25% | 0.42% | - |
| XYZ | 10.74 | 9.57 | 11.41 | - |
| YUV | 89.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 80 | 92 | 0 | 0.25 | 0.13 | 0.58 | 332.31 | 0.14 | 0.36 |
| Hex | 6A | 50 | 5C | 0 | 19 | D | 3A | 14C | E | 24 |
| Octal | 152 | 120 | 134 | 0 | 31 | 15 | 72 | 514 | 16 | 44 |
| Binary | 1101010 | 1010000 | 1011100 | 0 | 11001 | 1101 | 111010 | 101001100 | 1110 | 100100 |
Color Harmonies of #6A505C
Complementary color
Monochromatic Colors of #6A505C
Black with #6A505C
Text Example
Text Example
White with #6A505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A505C; }
p { color: rgb(106,80,92); }
H1.HeaderClassName
{
color: #6A505C;
}
.AnyTagClassName
{
color: #6A505C;
}
</style>
background-color css
<style>
a { background-color: #6A505C; }
a { background-color: rgb(106,80,92); }
div.DivClassName
{
background-color: #6A505C;
}
.BgClassName
{
background-color: #6A505C;
}
</style>
border-color css
<style>
span { border-color: #6A505C; }
span { border-color: rgb(106,80,92); }
td.TdClassName
{
border-color: #6A505C;
}
.TagClassName
{
border-color: #6A505C;
}
</style>