Shades of Kimberly #63597A
Tints of Kimberly #63597A
RGB
CMYK
RGB Variations
Color information
#63597A (or 0x63597A) is known color: Kimberly. HEX triplet: 63, 59 and 7A. RGB value is (99,89,122). Sum of RGB (Red+Green+Blue) = 99+89+122=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #63597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63597A is #9CA685. Grayscale: #5F5F5F. Windows color (decimal): -10266246 or 8018275. OLE color: 8018275.
HSL color Cylindrical-coordinate representation of color #63597A: hue angle of 258.18º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63597A is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 89 | 122 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.52 |
| HSL | 258.18º | 0.16% | 0.41% | - |
| HSV(B) | 258.18º | 0.27% | 0.48% | - |
| XYZ | 12.23 | 11.2 | 19.93 | - |
| YUV | 95.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 89 | 122 | 0.19 | 0.27 | 0 | 0.52 | 258.18 | 0.16 | 0.41 |
| Hex | 63 | 59 | 7A | 13 | 1B | 0 | 34 | 102 | 10 | 29 |
| Octal | 143 | 131 | 172 | 23 | 33 | 0 | 64 | 402 | 20 | 51 |
| Binary | 1100011 | 1011001 | 1111010 | 10011 | 11011 | 0 | 110100 | 100000010 | 10000 | 101001 |
Color Harmonies of #63597A
Complementary color
Monochromatic Colors of #63597A
Black with #63597A
Text Example
Text Example
White with #63597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63597A; }
p { color: rgb(99,89,122); }
H1.HeaderClassName
{
color: #63597A;
}
.AnyTagClassName
{
color: #63597A;
}
</style>
background-color css
<style>
a { background-color: #63597A; }
a { background-color: rgb(99,89,122); }
div.DivClassName
{
background-color: #63597A;
}
.BgClassName
{
background-color: #63597A;
}
</style>
border-color css
<style>
span { border-color: #63597A; }
span { border-color: rgb(99,89,122); }
td.TdClassName
{
border-color: #63597A;
}
.TagClassName
{
border-color: #63597A;
}
</style>