Shades of Kimberly #615E8E
Tints of Kimberly #615E8E
RGB
CMYK
RGB Variations
Color information
#615E8E (or 0x615E8E) is known color: Kimberly. HEX triplet: 61, 5E and 8E. RGB value is (97,94,142). Sum of RGB (Red+Green+Blue) = 97+94+142=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #615E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615E8E is #9EA171. Grayscale: #646464. Windows color (decimal): -10396018 or 9330273. OLE color: 9330273.
HSL color Cylindrical-coordinate representation of color #615E8E: hue angle of 243.75º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #615E8E is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 94 | 142 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.44 |
| HSL | 243.75º | 0.2% | 0.46% | - |
| HSV(B) | 243.75º | 0.34% | 0.56% | - |
| XYZ | 13.81 | 12.5 | 27.28 | - |
| YUV | 100.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 142 | 0.32 | 0.34 | 0 | 0.44 | 243.75 | 0.2 | 0.46 |
| Hex | 61 | 5E | 8E | 20 | 22 | 0 | 2C | F4 | 14 | 2E |
| Octal | 141 | 136 | 216 | 40 | 42 | 0 | 54 | 364 | 24 | 56 |
| Binary | 1100001 | 1011110 | 10001110 | 100000 | 100010 | 0 | 101100 | 11110100 | 10100 | 101110 |
Color Harmonies of #615E8E
Complementary color
Monochromatic Colors of #615E8E
Black with #615E8E
Text Example
Text Example
White with #615E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E8E; }
p { color: rgb(97,94,142); }
H1.HeaderClassName
{
color: #615E8E;
}
.AnyTagClassName
{
color: #615E8E;
}
</style>
background-color css
<style>
a { background-color: #615E8E; }
a { background-color: rgb(97,94,142); }
div.DivClassName
{
background-color: #615E8E;
}
.BgClassName
{
background-color: #615E8E;
}
</style>
border-color css
<style>
span { border-color: #615E8E; }
span { border-color: rgb(97,94,142); }
td.TdClassName
{
border-color: #615E8E;
}
.TagClassName
{
border-color: #615E8E;
}
</style>