Shades of Finn #694E5C
Tints of Finn #694E5C
RGB
CMYK
RGB Variations
Color information
#694E5C (or 0x694E5C) is known color: Finn. HEX triplet: 69, 4E and 5C. RGB value is (105,78,92). Sum of RGB (Red+Green+Blue) = 105+78+92=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #694E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E5C is #96B1A3. Grayscale: #575757. Windows color (decimal): -9875876 or 6049385. OLE color: 6049385.
HSL color Cylindrical-coordinate representation of color #694E5C: hue angle of 328.89º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #694E5C is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 92 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.59 |
| HSL | 328.89º | 0.15% | 0.36% | - |
| HSV(B) | 328.89º | 0.26% | 0.41% | - |
| XYZ | 10.48 | 9.22 | 11.35 | - |
| YUV | 87.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 92 | 0 | 0.26 | 0.12 | 0.59 | 328.89 | 0.15 | 0.36 |
| Hex | 69 | 4E | 5C | 0 | 1A | C | 3B | 149 | F | 24 |
| Octal | 151 | 116 | 134 | 0 | 32 | 14 | 73 | 511 | 17 | 44 |
| Binary | 1101001 | 1001110 | 1011100 | 0 | 11010 | 1100 | 111011 | 101001001 | 1111 | 100100 |
Color Harmonies of #694E5C
Complementary color
Monochromatic Colors of #694E5C
Black with #694E5C
Text Example
Text Example
White with #694E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E5C; }
p { color: rgb(105,78,92); }
H1.HeaderClassName
{
color: #694E5C;
}
.AnyTagClassName
{
color: #694E5C;
}
</style>
background-color css
<style>
a { background-color: #694E5C; }
a { background-color: rgb(105,78,92); }
div.DivClassName
{
background-color: #694E5C;
}
.BgClassName
{
background-color: #694E5C;
}
</style>
border-color css
<style>
span { border-color: #694E5C; }
span { border-color: rgb(105,78,92); }
td.TdClassName
{
border-color: #694E5C;
}
.TagClassName
{
border-color: #694E5C;
}
</style>