Shades of Kimberly #615D8B
Tints of Kimberly #615D8B
RGB
CMYK
RGB Variations
Color information
#615D8B (or 0x615D8B) is known color: Kimberly. HEX triplet: 61, 5D and 8B. RGB value is (97,93,139). Sum of RGB (Red+Green+Blue) = 97+93+139=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #615D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615D8B is #9EA274. Grayscale: #636363. Windows color (decimal): -10396277 or 9133409. OLE color: 9133409.
HSL color Cylindrical-coordinate representation of color #615D8B: hue angle of 245.22º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #615D8B is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 93 | 139 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.45 |
| HSL | 245.22º | 0.2% | 0.45% | - |
| HSV(B) | 245.22º | 0.33% | 0.55% | - |
| XYZ | 13.5 | 12.23 | 26.08 | - |
| YUV | 99.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 139 | 0.30 | 0.33 | 0 | 0.45 | 245.22 | 0.2 | 0.45 |
| Hex | 61 | 5D | 8B | 1E | 21 | 0 | 2D | F5 | 14 | 2D |
| Octal | 141 | 135 | 213 | 36 | 41 | 0 | 55 | 365 | 24 | 55 |
| Binary | 1100001 | 1011101 | 10001011 | 11110 | 100001 | 0 | 101101 | 11110101 | 10100 | 101101 |
Color Harmonies of #615D8B
Complementary color
Monochromatic Colors of #615D8B
Black with #615D8B
Text Example
Text Example
White with #615D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D8B; }
p { color: rgb(97,93,139); }
H1.HeaderClassName
{
color: #615D8B;
}
.AnyTagClassName
{
color: #615D8B;
}
</style>
background-color css
<style>
a { background-color: #615D8B; }
a { background-color: rgb(97,93,139); }
div.DivClassName
{
background-color: #615D8B;
}
.BgClassName
{
background-color: #615D8B;
}
</style>
border-color css
<style>
span { border-color: #615D8B; }
span { border-color: rgb(97,93,139); }
td.TdClassName
{
border-color: #615D8B;
}
.TagClassName
{
border-color: #615D8B;
}
</style>