Shades of Kimberly #615D8D
Tints of Kimberly #615D8D
RGB
CMYK
RGB Variations
Color information
#615D8D (or 0x615D8D) is known color: Kimberly. HEX triplet: 61, 5D and 8D. RGB value is (97,93,141). Sum of RGB (Red+Green+Blue) = 97+93+141=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #615D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615D8D is #9EA272. Grayscale: #636363. Windows color (decimal): -10396275 or 9264481. OLE color: 9264481.
HSL color Cylindrical-coordinate representation of color #615D8D: hue angle of 245º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #615D8D is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 93 | 141 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.45 |
| HSL | 245º | 0.21% | 0.46% | - |
| HSV(B) | 245º | 0.34% | 0.55% | - |
| XYZ | 13.65 | 12.29 | 26.85 | - |
| YUV | 99.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 141 | 0.31 | 0.34 | 0 | 0.45 | 245 | 0.21 | 0.46 |
| Hex | 61 | 5D | 8D | 1F | 22 | 0 | 2D | F5 | 15 | 2E |
| Octal | 141 | 135 | 215 | 37 | 42 | 0 | 55 | 365 | 25 | 56 |
| Binary | 1100001 | 1011101 | 10001101 | 11111 | 100010 | 0 | 101101 | 11110101 | 10101 | 101110 |
Color Harmonies of #615D8D
Complementary color
Monochromatic Colors of #615D8D
Black with #615D8D
Text Example
Text Example
White with #615D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D8D; }
p { color: rgb(97,93,141); }
H1.HeaderClassName
{
color: #615D8D;
}
.AnyTagClassName
{
color: #615D8D;
}
</style>
background-color css
<style>
a { background-color: #615D8D; }
a { background-color: rgb(97,93,141); }
div.DivClassName
{
background-color: #615D8D;
}
.BgClassName
{
background-color: #615D8D;
}
</style>
border-color css
<style>
span { border-color: #615D8D; }
span { border-color: rgb(97,93,141); }
td.TdClassName
{
border-color: #615D8D;
}
.TagClassName
{
border-color: #615D8D;
}
</style>