Shades of Kimberly #61598D
Tints of Kimberly #61598D
RGB
CMYK
RGB Variations
Color information
#61598D (or 0x61598D) is known color: Kimberly. HEX triplet: 61, 59 and 8D. RGB value is (97,89,141). Sum of RGB (Red+Green+Blue) = 97+89+141=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #61598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61598D is #9EA672. Grayscale: #616161. Windows color (decimal): -10397299 or 9263457. OLE color: 9263457.
HSL color Cylindrical-coordinate representation of color #61598D: hue angle of 249.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61598D is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 89 | 141 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.45 |
| HSL | 249.23º | 0.23% | 0.45% | - |
| HSV(B) | 249.23º | 0.37% | 0.55% | - |
| XYZ | 13.31 | 11.61 | 26.74 | - |
| YUV | 97.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 141 | 0.31 | 0.37 | 0 | 0.45 | 249.23 | 0.23 | 0.45 |
| Hex | 61 | 59 | 8D | 1F | 25 | 0 | 2D | F9 | 17 | 2D |
| Octal | 141 | 131 | 215 | 37 | 45 | 0 | 55 | 371 | 27 | 55 |
| Binary | 1100001 | 1011001 | 10001101 | 11111 | 100101 | 0 | 101101 | 11111001 | 10111 | 101101 |
Color Harmonies of #61598D
Complementary color
Monochromatic Colors of #61598D
Black with #61598D
Text Example
Text Example
White with #61598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61598D; }
p { color: rgb(97,89,141); }
H1.HeaderClassName
{
color: #61598D;
}
.AnyTagClassName
{
color: #61598D;
}
</style>
background-color css
<style>
a { background-color: #61598D; }
a { background-color: rgb(97,89,141); }
div.DivClassName
{
background-color: #61598D;
}
.BgClassName
{
background-color: #61598D;
}
</style>
border-color css
<style>
span { border-color: #61598D; }
span { border-color: rgb(97,89,141); }
td.TdClassName
{
border-color: #61598D;
}
.TagClassName
{
border-color: #61598D;
}
</style>