Shades of Finn #62454F
Tints of Finn #62454F
RGB
CMYK
RGB Variations
Color information
#62454F (or 0x62454F) is known color: Finn. HEX triplet: 62, 45 and 4F. RGB value is (98,69,79). Sum of RGB (Red+Green+Blue) = 98+69+79=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #62454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62454F is #9DBAB0. Grayscale: #4E4E4E. Windows color (decimal): -10336945 or 5195106. OLE color: 5195106.
HSL color Cylindrical-coordinate representation of color #62454F: hue angle of 339.31º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62454F is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 69 | 79 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.62 |
| HSL | 339.31º | 0.17% | 0.33% | - |
| HSV(B) | 339.31º | 0.3% | 0.38% | - |
| XYZ | 8.58 | 7.42 | 8.38 | - |
| YUV | 78.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 79 | 0 | 0.30 | 0.19 | 0.62 | 339.31 | 0.17 | 0.33 |
| Hex | 62 | 45 | 4F | 0 | 1E | 13 | 3E | 153 | 11 | 21 |
| Octal | 142 | 105 | 117 | 0 | 36 | 23 | 76 | 523 | 21 | 41 |
| Binary | 1100010 | 1000101 | 1001111 | 0 | 11110 | 10011 | 111110 | 101010011 | 10001 | 100001 |
Color Harmonies of #62454F
Complementary color
Monochromatic Colors of #62454F
Black with #62454F
Text Example
Text Example
White with #62454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62454F; }
p { color: rgb(98,69,79); }
H1.HeaderClassName
{
color: #62454F;
}
.AnyTagClassName
{
color: #62454F;
}
</style>
background-color css
<style>
a { background-color: #62454F; }
a { background-color: rgb(98,69,79); }
div.DivClassName
{
background-color: #62454F;
}
.BgClassName
{
background-color: #62454F;
}
</style>
border-color css
<style>
span { border-color: #62454F; }
span { border-color: rgb(98,69,79); }
td.TdClassName
{
border-color: #62454F;
}
.TagClassName
{
border-color: #62454F;
}
</style>