Shades of Finn #69495B
Tints of Finn #69495B
RGB
CMYK
RGB Variations
Color information
#69495B (or 0x69495B) is known color: Finn. HEX triplet: 69, 49 and 5B. RGB value is (105,73,91). Sum of RGB (Red+Green+Blue) = 105+73+91=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #69495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69495B is #96B6A4. Grayscale: #545454. Windows color (decimal): -9877157 or 5982569. OLE color: 5982569.
HSL color Cylindrical-coordinate representation of color #69495B: hue angle of 326.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69495B is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 73 | 91 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.59 |
| HSL | 326.25º | 0.18% | 0.35% | - |
| HSV(B) | 326.25º | 0.3% | 0.41% | - |
| XYZ | 10.1 | 8.52 | 11.01 | - |
| YUV | 84.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 91 | 0 | 0.30 | 0.13 | 0.59 | 326.25 | 0.18 | 0.35 |
| Hex | 69 | 49 | 5B | 0 | 1E | D | 3B | 146 | 12 | 23 |
| Octal | 151 | 111 | 133 | 0 | 36 | 15 | 73 | 506 | 22 | 43 |
| Binary | 1101001 | 1001001 | 1011011 | 0 | 11110 | 1101 | 111011 | 101000110 | 10010 | 100011 |
Color Harmonies of #69495B
Complementary color
Monochromatic Colors of #69495B
Black with #69495B
Text Example
Text Example
White with #69495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69495B; }
p { color: rgb(105,73,91); }
H1.HeaderClassName
{
color: #69495B;
}
.AnyTagClassName
{
color: #69495B;
}
</style>
background-color css
<style>
a { background-color: #69495B; }
a { background-color: rgb(105,73,91); }
div.DivClassName
{
background-color: #69495B;
}
.BgClassName
{
background-color: #69495B;
}
</style>
border-color css
<style>
span { border-color: #69495B; }
span { border-color: rgb(105,73,91); }
td.TdClassName
{
border-color: #69495B;
}
.TagClassName
{
border-color: #69495B;
}
</style>