Shades of Finn #63485A
Tints of Finn #63485A
RGB
CMYK
RGB Variations
Color information
#63485A (or 0x63485A) is known color: Finn. HEX triplet: 63, 48 and 5A. RGB value is (99,72,90). Sum of RGB (Red+Green+Blue) = 99+72+90=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #63485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63485A is #9CB7A5. Grayscale: #525252. Windows color (decimal): -10270630 or 5916771. OLE color: 5916771.
HSL color Cylindrical-coordinate representation of color #63485A: hue angle of 320º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63485A is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 72 | 90 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.61 |
| HSL | 320º | 0.16% | 0.34% | - |
| HSV(B) | 320º | 0.27% | 0.39% | - |
| XYZ | 9.31 | 8.03 | 10.73 | - |
| YUV | 82.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 90 | 0 | 0.27 | 0.09 | 0.61 | 320 | 0.16 | 0.34 |
| Hex | 63 | 48 | 5A | 0 | 1B | 9 | 3D | 140 | 10 | 22 |
| Octal | 143 | 110 | 132 | 0 | 33 | 11 | 75 | 500 | 20 | 42 |
| Binary | 1100011 | 1001000 | 1011010 | 0 | 11011 | 1001 | 111101 | 101000000 | 10000 | 100010 |
Color Harmonies of #63485A
Complementary color
Monochromatic Colors of #63485A
Black with #63485A
Text Example
Text Example
White with #63485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63485A; }
p { color: rgb(99,72,90); }
H1.HeaderClassName
{
color: #63485A;
}
.AnyTagClassName
{
color: #63485A;
}
</style>
background-color css
<style>
a { background-color: #63485A; }
a { background-color: rgb(99,72,90); }
div.DivClassName
{
background-color: #63485A;
}
.BgClassName
{
background-color: #63485A;
}
</style>
border-color css
<style>
span { border-color: #63485A; }
span { border-color: rgb(99,72,90); }
td.TdClassName
{
border-color: #63485A;
}
.TagClassName
{
border-color: #63485A;
}
</style>