Shades of Kimberly #61597D
Tints of Kimberly #61597D
RGB
CMYK
RGB Variations
Color information
#61597D (or 0x61597D) is known color: Kimberly. HEX triplet: 61, 59 and 7D. RGB value is (97,89,125). Sum of RGB (Red+Green+Blue) = 97+89+125=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #61597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61597D is #9EA682. Grayscale: #5F5F5F. Windows color (decimal): -10397315 or 8214881. OLE color: 8214881.
HSL color Cylindrical-coordinate representation of color #61597D: hue angle of 253.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61597D is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 89 | 125 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.51 |
| HSL | 253.33º | 0.17% | 0.42% | - |
| HSV(B) | 253.33º | 0.29% | 0.49% | - |
| XYZ | 12.2 | 11.17 | 20.91 | - |
| YUV | 95.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 125 | 0.22 | 0.29 | 0 | 0.51 | 253.33 | 0.17 | 0.42 |
| Hex | 61 | 59 | 7D | 16 | 1D | 0 | 33 | FD | 11 | 2A |
| Octal | 141 | 131 | 175 | 26 | 35 | 0 | 63 | 375 | 21 | 52 |
| Binary | 1100001 | 1011001 | 1111101 | 10110 | 11101 | 0 | 110011 | 11111101 | 10001 | 101010 |
Color Harmonies of #61597D
Complementary color
Monochromatic Colors of #61597D
Black with #61597D
Text Example
Text Example
White with #61597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61597D; }
p { color: rgb(97,89,125); }
H1.HeaderClassName
{
color: #61597D;
}
.AnyTagClassName
{
color: #61597D;
}
</style>
background-color css
<style>
a { background-color: #61597D; }
a { background-color: rgb(97,89,125); }
div.DivClassName
{
background-color: #61597D;
}
.BgClassName
{
background-color: #61597D;
}
</style>
border-color css
<style>
span { border-color: #61597D; }
span { border-color: rgb(97,89,125); }
td.TdClassName
{
border-color: #61597D;
}
.TagClassName
{
border-color: #61597D;
}
</style>