Shades of Finn #694B5B
Tints of Finn #694B5B
RGB
CMYK
RGB Variations
Color information
#694B5B (or 0x694B5B) is known color: Finn. HEX triplet: 69, 4B and 5B. RGB value is (105,75,91). Sum of RGB (Red+Green+Blue) = 105+75+91=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #694B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694B5B is #96B4A4. Grayscale: #555555. Windows color (decimal): -9876645 or 5983081. OLE color: 5983081.
HSL color Cylindrical-coordinate representation of color #694B5B: hue angle of 328º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #694B5B is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 91 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.59 |
| HSL | 328º | 0.17% | 0.35% | - |
| HSV(B) | 328º | 0.29% | 0.41% | - |
| XYZ | 10.23 | 8.79 | 11.06 | - |
| YUV | 85.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 91 | 0 | 0.29 | 0.13 | 0.59 | 328 | 0.17 | 0.35 |
| Hex | 69 | 4B | 5B | 0 | 1D | D | 3B | 148 | 11 | 23 |
| Octal | 151 | 113 | 133 | 0 | 35 | 15 | 73 | 510 | 21 | 43 |
| Binary | 1101001 | 1001011 | 1011011 | 0 | 11101 | 1101 | 111011 | 101001000 | 10001 | 100011 |
Color Harmonies of #694B5B
Complementary color
Monochromatic Colors of #694B5B
Black with #694B5B
Text Example
Text Example
White with #694B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B5B; }
p { color: rgb(105,75,91); }
H1.HeaderClassName
{
color: #694B5B;
}
.AnyTagClassName
{
color: #694B5B;
}
</style>
background-color css
<style>
a { background-color: #694B5B; }
a { background-color: rgb(105,75,91); }
div.DivClassName
{
background-color: #694B5B;
}
.BgClassName
{
background-color: #694B5B;
}
</style>
border-color css
<style>
span { border-color: #694B5B; }
span { border-color: rgb(105,75,91); }
td.TdClassName
{
border-color: #694B5B;
}
.TagClassName
{
border-color: #694B5B;
}
</style>