Shades of Finn #63495B
Tints of Finn #63495B
RGB
CMYK
RGB Variations
Color information
#63495B (or 0x63495B) is known color: Finn. HEX triplet: 63, 49 and 5B. RGB value is (99,73,91). Sum of RGB (Red+Green+Blue) = 99+73+91=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63495B is #9CB6A4. Grayscale: #525252. Windows color (decimal): -10270373 or 5982563. OLE color: 5982563.
HSL color Cylindrical-coordinate representation of color #63495B: hue angle of 318.46º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63495B is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 73 | 91 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.61 |
| HSL | 318.46º | 0.15% | 0.34% | - |
| HSV(B) | 318.46º | 0.26% | 0.39% | - |
| XYZ | 9.42 | 8.17 | 10.98 | - |
| YUV | 82.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 91 | 0 | 0.26 | 0.08 | 0.61 | 318.46 | 0.15 | 0.34 |
| Hex | 63 | 49 | 5B | 0 | 1A | 8 | 3D | 13E | F | 22 |
| Octal | 143 | 111 | 133 | 0 | 32 | 10 | 75 | 476 | 17 | 42 |
| Binary | 1100011 | 1001001 | 1011011 | 0 | 11010 | 1000 | 111101 | 100111110 | 1111 | 100010 |
Color Harmonies of #63495B
Complementary color
Monochromatic Colors of #63495B
Black with #63495B
Text Example
Text Example
White with #63495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63495B; }
p { color: rgb(99,73,91); }
H1.HeaderClassName
{
color: #63495B;
}
.AnyTagClassName
{
color: #63495B;
}
</style>
background-color css
<style>
a { background-color: #63495B; }
a { background-color: rgb(99,73,91); }
div.DivClassName
{
background-color: #63495B;
}
.BgClassName
{
background-color: #63495B;
}
</style>
border-color css
<style>
span { border-color: #63495B; }
span { border-color: rgb(99,73,91); }
td.TdClassName
{
border-color: #63495B;
}
.TagClassName
{
border-color: #63495B;
}
</style>