Shades of Kimberly #60598F
Tints of Kimberly #60598F
RGB
CMYK
RGB Variations
Color information
#60598F (or 0x60598F) is known color: Kimberly. HEX triplet: 60, 59 and 8F. RGB value is (96,89,143). Sum of RGB (Red+Green+Blue) = 96+89+143=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #60598F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60598F is #9FA670. Grayscale: #616161. Windows color (decimal): -10462833 or 9394528. OLE color: 9394528.
HSL color Cylindrical-coordinate representation of color #60598F: hue angle of 247.78º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60598F is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 89 | 143 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.44 |
| HSL | 247.78º | 0.23% | 0.45% | - |
| HSV(B) | 247.78º | 0.38% | 0.56% | - |
| XYZ | 13.35 | 11.61 | 27.52 | - |
| YUV | 97.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 143 | 0.33 | 0.38 | 0 | 0.44 | 247.78 | 0.23 | 0.45 |
| Hex | 60 | 59 | 8F | 21 | 26 | 0 | 2C | F8 | 17 | 2D |
| Octal | 140 | 131 | 217 | 41 | 46 | 0 | 54 | 370 | 27 | 55 |
| Binary | 1100000 | 1011001 | 10001111 | 100001 | 100110 | 0 | 101100 | 11111000 | 10111 | 101101 |
Color Harmonies of #60598F
Complementary color
Monochromatic Colors of #60598F
Black with #60598F
Text Example
Text Example
White with #60598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60598F; }
p { color: rgb(96,89,143); }
H1.HeaderClassName
{
color: #60598F;
}
.AnyTagClassName
{
color: #60598F;
}
</style>
background-color css
<style>
a { background-color: #60598F; }
a { background-color: rgb(96,89,143); }
div.DivClassName
{
background-color: #60598F;
}
.BgClassName
{
background-color: #60598F;
}
</style>
border-color css
<style>
span { border-color: #60598F; }
span { border-color: rgb(96,89,143); }
td.TdClassName
{
border-color: #60598F;
}
.TagClassName
{
border-color: #60598F;
}
</style>