Shades of Finn #694555
Tints of Finn #694555
RGB
CMYK
RGB Variations
Color information
#694555 (or 0x694555) is known color: Finn. HEX triplet: 69, 45 and 55. RGB value is (105,69,85). Sum of RGB (Red+Green+Blue) = 105+69+85=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #694555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694555 is #96BAAA. Grayscale: #515151. Windows color (decimal): -9878187 or 5588329. OLE color: 5588329.
HSL color Cylindrical-coordinate representation of color #694555: hue angle of 333.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #694555 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 69 | 85 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.59 |
| HSL | 333.33º | 0.21% | 0.34% | - |
| HSV(B) | 333.33º | 0.34% | 0.41% | - |
| XYZ | 9.59 | 7.92 | 9.62 | - |
| YUV | 81.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 85 | 0 | 0.34 | 0.19 | 0.59 | 333.33 | 0.21 | 0.34 |
| Hex | 69 | 45 | 55 | 0 | 22 | 13 | 3B | 14D | 15 | 22 |
| Octal | 151 | 105 | 125 | 0 | 42 | 23 | 73 | 515 | 25 | 42 |
| Binary | 1101001 | 1000101 | 1010101 | 0 | 100010 | 10011 | 111011 | 101001101 | 10101 | 100010 |
Color Harmonies of #694555
Complementary color
Monochromatic Colors of #694555
Black with #694555
Text Example
Text Example
White with #694555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694555; }
p { color: rgb(105,69,85); }
H1.HeaderClassName
{
color: #694555;
}
.AnyTagClassName
{
color: #694555;
}
</style>
background-color css
<style>
a { background-color: #694555; }
a { background-color: rgb(105,69,85); }
div.DivClassName
{
background-color: #694555;
}
.BgClassName
{
background-color: #694555;
}
</style>
border-color css
<style>
span { border-color: #694555; }
span { border-color: rgb(105,69,85); }
td.TdClassName
{
border-color: #694555;
}
.TagClassName
{
border-color: #694555;
}
</style>