Shades of Kimberly #62597B
Tints of Kimberly #62597B
RGB
CMYK
RGB Variations
Color information
#62597B (or 0x62597B) is known color: Kimberly. HEX triplet: 62, 59 and 7B. RGB value is (98,89,123). Sum of RGB (Red+Green+Blue) = 98+89+123=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #62597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62597B is #9DA684. Grayscale: #5F5F5F. Windows color (decimal): -10331781 or 8083810. OLE color: 8083810.
HSL color Cylindrical-coordinate representation of color #62597B: hue angle of 255.88º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #62597B is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 89 | 123 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.52 |
| HSL | 255.88º | 0.16% | 0.42% | - |
| HSV(B) | 255.88º | 0.28% | 0.48% | - |
| XYZ | 12.18 | 11.17 | 20.25 | - |
| YUV | 95.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 123 | 0.20 | 0.28 | 0 | 0.52 | 255.88 | 0.16 | 0.42 |
| Hex | 62 | 59 | 7B | 14 | 1C | 0 | 34 | 100 | 10 | 2A |
| Octal | 142 | 131 | 173 | 24 | 34 | 0 | 64 | 400 | 20 | 52 |
| Binary | 1100010 | 1011001 | 1111011 | 10100 | 11100 | 0 | 110100 | 100000000 | 10000 | 101010 |
Color Harmonies of #62597B
Complementary color
Monochromatic Colors of #62597B
Black with #62597B
Text Example
Text Example
White with #62597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62597B; }
p { color: rgb(98,89,123); }
H1.HeaderClassName
{
color: #62597B;
}
.AnyTagClassName
{
color: #62597B;
}
</style>
background-color css
<style>
a { background-color: #62597B; }
a { background-color: rgb(98,89,123); }
div.DivClassName
{
background-color: #62597B;
}
.BgClassName
{
background-color: #62597B;
}
</style>
border-color css
<style>
span { border-color: #62597B; }
span { border-color: rgb(98,89,123); }
td.TdClassName
{
border-color: #62597B;
}
.TagClassName
{
border-color: #62597B;
}
</style>