Shades of Kimberly #615785
Tints of Kimberly #615785
RGB
CMYK
RGB Variations
Color information
#615785 (or 0x615785) is known color: Kimberly. HEX triplet: 61, 57 and 85. RGB value is (97,87,133). Sum of RGB (Red+Green+Blue) = 97+87+133=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #615785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615785 is #9EA87A. Grayscale: #5F5F5F. Windows color (decimal): -10397819 or 8738657. OLE color: 8738657.
HSL color Cylindrical-coordinate representation of color #615785: hue angle of 253.04º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #615785 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 87 | 133 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.48 |
| HSL | 253.04º | 0.21% | 0.43% | - |
| HSV(B) | 253.04º | 0.35% | 0.52% | - |
| XYZ | 12.57 | 11.05 | 23.66 | - |
| YUV | 95.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 87 | 133 | 0.27 | 0.35 | 0 | 0.48 | 253.04 | 0.21 | 0.43 |
| Hex | 61 | 57 | 85 | 1B | 23 | 0 | 30 | FD | 15 | 2B |
| Octal | 141 | 127 | 205 | 33 | 43 | 0 | 60 | 375 | 25 | 53 |
| Binary | 1100001 | 1010111 | 10000101 | 11011 | 100011 | 0 | 110000 | 11111101 | 10101 | 101011 |
Color Harmonies of #615785
Complementary color
Monochromatic Colors of #615785
Black with #615785
Text Example
Text Example
White with #615785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615785; }
p { color: rgb(97,87,133); }
H1.HeaderClassName
{
color: #615785;
}
.AnyTagClassName
{
color: #615785;
}
</style>
background-color css
<style>
a { background-color: #615785; }
a { background-color: rgb(97,87,133); }
div.DivClassName
{
background-color: #615785;
}
.BgClassName
{
background-color: #615785;
}
</style>
border-color css
<style>
span { border-color: #615785; }
span { border-color: rgb(97,87,133); }
td.TdClassName
{
border-color: #615785;
}
.TagClassName
{
border-color: #615785;
}
</style>