Shades of Kimberly #61547C
Tints of Kimberly #61547C
RGB
CMYK
RGB Variations
Color information
#61547C (or 0x61547C) is known color: Kimberly. HEX triplet: 61, 54 and 7C. RGB value is (97,84,124). Sum of RGB (Red+Green+Blue) = 97+84+124=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #61547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61547C is #9EAB83. Grayscale: #5C5C5C. Windows color (decimal): -10398596 or 8148065. OLE color: 8148065.
HSL color Cylindrical-coordinate representation of color #61547C: hue angle of 259.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61547C is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 84 | 124 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.51 |
| HSL | 259.5º | 0.19% | 0.41% | - |
| HSV(B) | 259.5º | 0.32% | 0.49% | - |
| XYZ | 11.74 | 10.34 | 20.45 | - |
| YUV | 92.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 124 | 0.22 | 0.32 | 0 | 0.51 | 259.5 | 0.19 | 0.41 |
| Hex | 61 | 54 | 7C | 16 | 20 | 0 | 33 | 104 | 13 | 29 |
| Octal | 141 | 124 | 174 | 26 | 40 | 0 | 63 | 404 | 23 | 51 |
| Binary | 1100001 | 1010100 | 1111100 | 10110 | 100000 | 0 | 110011 | 100000100 | 10011 | 101001 |
Color Harmonies of #61547C
Complementary color
Monochromatic Colors of #61547C
Black with #61547C
Text Example
Text Example
White with #61547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61547C; }
p { color: rgb(97,84,124); }
H1.HeaderClassName
{
color: #61547C;
}
.AnyTagClassName
{
color: #61547C;
}
</style>
background-color css
<style>
a { background-color: #61547C; }
a { background-color: rgb(97,84,124); }
div.DivClassName
{
background-color: #61547C;
}
.BgClassName
{
background-color: #61547C;
}
</style>
border-color css
<style>
span { border-color: #61547C; }
span { border-color: rgb(97,84,124); }
td.TdClassName
{
border-color: #61547C;
}
.TagClassName
{
border-color: #61547C;
}
</style>