Shades of Kimberly #615B85
Tints of Kimberly #615B85
RGB
CMYK
RGB Variations
Color information
#615B85 (or 0x615B85) is known color: Kimberly. HEX triplet: 61, 5B and 85. RGB value is (97,91,133). Sum of RGB (Red+Green+Blue) = 97+91+133=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #615B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615B85 is #9EA47A. Grayscale: #616161. Windows color (decimal): -10396795 or 8739681. OLE color: 8739681.
HSL color Cylindrical-coordinate representation of color #615B85: hue angle of 248.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #615B85 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 91 | 133 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.48 |
| HSL | 248.57º | 0.19% | 0.44% | - |
| HSV(B) | 248.57º | 0.32% | 0.52% | - |
| XYZ | 12.9 | 11.72 | 23.77 | - |
| YUV | 97.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 133 | 0.27 | 0.32 | 0 | 0.48 | 248.57 | 0.19 | 0.44 |
| Hex | 61 | 5B | 85 | 1B | 20 | 0 | 30 | F9 | 13 | 2C |
| Octal | 141 | 133 | 205 | 33 | 40 | 0 | 60 | 371 | 23 | 54 |
| Binary | 1100001 | 1011011 | 10000101 | 11011 | 100000 | 0 | 110000 | 11111001 | 10011 | 101100 |
Color Harmonies of #615B85
Complementary color
Monochromatic Colors of #615B85
Black with #615B85
Text Example
Text Example
White with #615B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B85; }
p { color: rgb(97,91,133); }
H1.HeaderClassName
{
color: #615B85;
}
.AnyTagClassName
{
color: #615B85;
}
</style>
background-color css
<style>
a { background-color: #615B85; }
a { background-color: rgb(97,91,133); }
div.DivClassName
{
background-color: #615B85;
}
.BgClassName
{
background-color: #615B85;
}
</style>
border-color css
<style>
span { border-color: #615B85; }
span { border-color: rgb(97,91,133); }
td.TdClassName
{
border-color: #615B85;
}
.TagClassName
{
border-color: #615B85;
}
</style>