Shades of Kimberly #61567A
Tints of Kimberly #61567A
RGB
CMYK
RGB Variations
Color information
#61567A (or 0x61567A) is known color: Kimberly. HEX triplet: 61, 56 and 7A. RGB value is (97,86,122). Sum of RGB (Red+Green+Blue) = 97+86+122=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #61567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61567A is #9EA985. Grayscale: #5D5D5D. Windows color (decimal): -10398086 or 8017505. OLE color: 8017505.
HSL color Cylindrical-coordinate representation of color #61567A: hue angle of 258.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61567A is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 86 | 122 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.52 |
| HSL | 258.33º | 0.17% | 0.41% | - |
| HSV(B) | 258.33º | 0.3% | 0.48% | - |
| XYZ | 11.77 | 10.6 | 19.84 | - |
| YUV | 93.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 122 | 0.20 | 0.30 | 0 | 0.52 | 258.33 | 0.17 | 0.41 |
| Hex | 61 | 56 | 7A | 14 | 1E | 0 | 34 | 102 | 11 | 29 |
| Octal | 141 | 126 | 172 | 24 | 36 | 0 | 64 | 402 | 21 | 51 |
| Binary | 1100001 | 1010110 | 1111010 | 10100 | 11110 | 0 | 110100 | 100000010 | 10001 | 101001 |
Color Harmonies of #61567A
Complementary color
Monochromatic Colors of #61567A
Black with #61567A
Text Example
Text Example
White with #61567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61567A; }
p { color: rgb(97,86,122); }
H1.HeaderClassName
{
color: #61567A;
}
.AnyTagClassName
{
color: #61567A;
}
</style>
background-color css
<style>
a { background-color: #61567A; }
a { background-color: rgb(97,86,122); }
div.DivClassName
{
background-color: #61567A;
}
.BgClassName
{
background-color: #61567A;
}
</style>
border-color css
<style>
span { border-color: #61567A; }
span { border-color: rgb(97,86,122); }
td.TdClassName
{
border-color: #61567A;
}
.TagClassName
{
border-color: #61567A;
}
</style>