Shades of Finn #62434E
Tints of Finn #62434E
RGB
CMYK
RGB Variations
Color information
#62434E (or 0x62434E) is known color: Finn. HEX triplet: 62, 43 and 4E. RGB value is (98,67,78). Sum of RGB (Red+Green+Blue) = 98+67+78=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62434E is #9DBCB1. Grayscale: #4D4D4D. Windows color (decimal): -10337458 or 5129058. OLE color: 5129058.
HSL color Cylindrical-coordinate representation of color #62434E: hue angle of 338.71º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62434E is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 67 | 78 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.62 |
| HSL | 338.71º | 0.19% | 0.32% | - |
| HSV(B) | 338.71º | 0.32% | 0.38% | - |
| XYZ | 8.42 | 7.16 | 8.15 | - |
| YUV | 77.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 78 | 0 | 0.32 | 0.20 | 0.62 | 338.71 | 0.19 | 0.32 |
| Hex | 62 | 43 | 4E | 0 | 20 | 14 | 3E | 153 | 13 | 20 |
| Octal | 142 | 103 | 116 | 0 | 40 | 24 | 76 | 523 | 23 | 40 |
| Binary | 1100010 | 1000011 | 1001110 | 0 | 100000 | 10100 | 111110 | 101010011 | 10011 | 100000 |
Color Harmonies of #62434E
Complementary color
Monochromatic Colors of #62434E
Black with #62434E
Text Example
Text Example
White with #62434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62434E; }
p { color: rgb(98,67,78); }
H1.HeaderClassName
{
color: #62434E;
}
.AnyTagClassName
{
color: #62434E;
}
</style>
background-color css
<style>
a { background-color: #62434E; }
a { background-color: rgb(98,67,78); }
div.DivClassName
{
background-color: #62434E;
}
.BgClassName
{
background-color: #62434E;
}
</style>
border-color css
<style>
span { border-color: #62434E; }
span { border-color: rgb(98,67,78); }
td.TdClassName
{
border-color: #62434E;
}
.TagClassName
{
border-color: #62434E;
}
</style>