Shades of Kimberly #61547D
Tints of Kimberly #61547D
RGB
CMYK
RGB Variations
Color information
#61547D (or 0x61547D) is known color: Kimberly. HEX triplet: 61, 54 and 7D. RGB value is (97,84,125). Sum of RGB (Red+Green+Blue) = 97+84+125=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #61547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61547D is #9EAB82. Grayscale: #5C5C5C. Windows color (decimal): -10398595 or 8213601. OLE color: 8213601.
HSL color Cylindrical-coordinate representation of color #61547D: hue angle of 259.02º 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 #61547D is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 84 | 125 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.51 |
| HSL | 259.02º | 0.2% | 0.41% | - |
| HSV(B) | 259.02º | 0.33% | 0.49% | - |
| XYZ | 11.8 | 10.36 | 20.78 | - |
| YUV | 92.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 125 | 0.22 | 0.33 | 0 | 0.51 | 259.02 | 0.2 | 0.41 |
| Hex | 61 | 54 | 7D | 16 | 21 | 0 | 33 | 103 | 14 | 29 |
| Octal | 141 | 124 | 175 | 26 | 41 | 0 | 63 | 403 | 24 | 51 |
| Binary | 1100001 | 1010100 | 1111101 | 10110 | 100001 | 0 | 110011 | 100000011 | 10100 | 101001 |
Color Harmonies of #61547D
Complementary color
Monochromatic Colors of #61547D
Black with #61547D
Text Example
Text Example
White with #61547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61547D; }
p { color: rgb(97,84,125); }
H1.HeaderClassName
{
color: #61547D;
}
.AnyTagClassName
{
color: #61547D;
}
</style>
background-color css
<style>
a { background-color: #61547D; }
a { background-color: rgb(97,84,125); }
div.DivClassName
{
background-color: #61547D;
}
.BgClassName
{
background-color: #61547D;
}
</style>
border-color css
<style>
span { border-color: #61547D; }
span { border-color: rgb(97,84,125); }
td.TdClassName
{
border-color: #61547D;
}
.TagClassName
{
border-color: #61547D;
}
</style>