Shades of Kimberly #63597B
Tints of Kimberly #63597B
RGB
CMYK
RGB Variations
Color information
#63597B (or 0x63597B) is known color: Kimberly. HEX triplet: 63, 59 and 7B. RGB value is (99,89,123). Sum of RGB (Red+Green+Blue) = 99+89+123=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #63597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63597B is #9CA684. Grayscale: #5F5F5F. Windows color (decimal): -10266245 or 8083811. OLE color: 8083811.
HSL color Cylindrical-coordinate representation of color #63597B: hue angle of 257.65º 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 #63597B is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 89 | 123 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.52 |
| HSL | 257.65º | 0.16% | 0.42% | - |
| HSV(B) | 257.65º | 0.28% | 0.48% | - |
| XYZ | 12.29 | 11.23 | 20.26 | - |
| YUV | 95.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 89 | 123 | 0.20 | 0.28 | 0 | 0.52 | 257.65 | 0.16 | 0.42 |
| Hex | 63 | 59 | 7B | 14 | 1C | 0 | 34 | 102 | 10 | 2A |
| Octal | 143 | 131 | 173 | 24 | 34 | 0 | 64 | 402 | 20 | 52 |
| Binary | 1100011 | 1011001 | 1111011 | 10100 | 11100 | 0 | 110100 | 100000010 | 10000 | 101010 |
Color Harmonies of #63597B
Complementary color
Monochromatic Colors of #63597B
Black with #63597B
Text Example
Text Example
White with #63597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63597B; }
p { color: rgb(99,89,123); }
H1.HeaderClassName
{
color: #63597B;
}
.AnyTagClassName
{
color: #63597B;
}
</style>
background-color css
<style>
a { background-color: #63597B; }
a { background-color: rgb(99,89,123); }
div.DivClassName
{
background-color: #63597B;
}
.BgClassName
{
background-color: #63597B;
}
</style>
border-color css
<style>
span { border-color: #63597B; }
span { border-color: rgb(99,89,123); }
td.TdClassName
{
border-color: #63597B;
}
.TagClassName
{
border-color: #63597B;
}
</style>