Shades of Kimberly #61547F
Tints of Kimberly #61547F
RGB
CMYK
RGB Variations
Color information
#61547F (or 0x61547F) is known color: Kimberly. HEX triplet: 61, 54 and 7F. RGB value is (97,84,127). Sum of RGB (Red+Green+Blue) = 97+84+127=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #61547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61547F is #9EAB80. Grayscale: #5C5C5C. Windows color (decimal): -10398593 or 8344673. OLE color: 8344673.
HSL color Cylindrical-coordinate representation of color #61547F: hue angle of 258.14º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61547F is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 84 | 127 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.50 |
| HSL | 258.14º | 0.2% | 0.41% | - |
| HSV(B) | 258.14º | 0.34% | 0.5% | - |
| XYZ | 11.93 | 10.41 | 21.46 | - |
| YUV | 92.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 127 | 0.24 | 0.34 | 0 | 0.50 | 258.14 | 0.2 | 0.41 |
| Hex | 61 | 54 | 7F | 18 | 22 | 0 | 32 | 102 | 14 | 29 |
| Octal | 141 | 124 | 177 | 30 | 42 | 0 | 62 | 402 | 24 | 51 |
| Binary | 1100001 | 1010100 | 1111111 | 11000 | 100010 | 0 | 110010 | 100000010 | 10100 | 101001 |
Color Harmonies of #61547F
Complementary color
Monochromatic Colors of #61547F
Black with #61547F
Text Example
Text Example
White with #61547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61547F; }
p { color: rgb(97,84,127); }
H1.HeaderClassName
{
color: #61547F;
}
.AnyTagClassName
{
color: #61547F;
}
</style>
background-color css
<style>
a { background-color: #61547F; }
a { background-color: rgb(97,84,127); }
div.DivClassName
{
background-color: #61547F;
}
.BgClassName
{
background-color: #61547F;
}
</style>
border-color css
<style>
span { border-color: #61547F; }
span { border-color: rgb(97,84,127); }
td.TdClassName
{
border-color: #61547F;
}
.TagClassName
{
border-color: #61547F;
}
</style>