Shades of Kimberly #61537C
Tints of Kimberly #61537C
RGB
CMYK
RGB Variations
Color information
#61537C (or 0x61537C) is known color: Kimberly. HEX triplet: 61, 53 and 7C. RGB value is (97,83,124). Sum of RGB (Red+Green+Blue) = 97+83+124=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #61537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61537C is #9EAC83. Grayscale: #5B5B5B. Windows color (decimal): -10398852 or 8147809. OLE color: 8147809.
HSL color Cylindrical-coordinate representation of color #61537C: hue angle of 260.49º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61537C is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 83 | 124 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.51 |
| HSL | 260.49º | 0.2% | 0.41% | - |
| HSV(B) | 260.49º | 0.33% | 0.49% | - |
| XYZ | 11.66 | 10.18 | 20.42 | - |
| YUV | 91.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 124 | 0.22 | 0.33 | 0 | 0.51 | 260.49 | 0.2 | 0.41 |
| Hex | 61 | 53 | 7C | 16 | 21 | 0 | 33 | 104 | 14 | 29 |
| Octal | 141 | 123 | 174 | 26 | 41 | 0 | 63 | 404 | 24 | 51 |
| Binary | 1100001 | 1010011 | 1111100 | 10110 | 100001 | 0 | 110011 | 100000100 | 10100 | 101001 |
Color Harmonies of #61537C
Complementary color
Monochromatic Colors of #61537C
Black with #61537C
Text Example
Text Example
White with #61537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61537C; }
p { color: rgb(97,83,124); }
H1.HeaderClassName
{
color: #61537C;
}
.AnyTagClassName
{
color: #61537C;
}
</style>
background-color css
<style>
a { background-color: #61537C; }
a { background-color: rgb(97,83,124); }
div.DivClassName
{
background-color: #61537C;
}
.BgClassName
{
background-color: #61537C;
}
</style>
border-color css
<style>
span { border-color: #61537C; }
span { border-color: rgb(97,83,124); }
td.TdClassName
{
border-color: #61537C;
}
.TagClassName
{
border-color: #61537C;
}
</style>