Shades of Kimberly #615882
Tints of Kimberly #615882
RGB
CMYK
RGB Variations
Color information
#615882 (or 0x615882) is known color: Kimberly. HEX triplet: 61, 58 and 82. RGB value is (97,88,130). Sum of RGB (Red+Green+Blue) = 97+88+130=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #615882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615882 is #9EA77D. Grayscale: #5F5F5F. Windows color (decimal): -10397566 or 8542305. OLE color: 8542305.
HSL color Cylindrical-coordinate representation of color #615882: hue angle of 252.86º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #615882 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 88 | 130 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.49 |
| HSL | 252.86º | 0.19% | 0.43% | - |
| HSV(B) | 252.86º | 0.32% | 0.51% | - |
| XYZ | 12.45 | 11.13 | 22.61 | - |
| YUV | 95.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 130 | 0.25 | 0.32 | 0 | 0.49 | 252.86 | 0.19 | 0.43 |
| Hex | 61 | 58 | 82 | 19 | 20 | 0 | 31 | FD | 13 | 2B |
| Octal | 141 | 130 | 202 | 31 | 40 | 0 | 61 | 375 | 23 | 53 |
| Binary | 1100001 | 1011000 | 10000010 | 11001 | 100000 | 0 | 110001 | 11111101 | 10011 | 101011 |
Color Harmonies of #615882
Complementary color
Monochromatic Colors of #615882
Black with #615882
Text Example
Text Example
White with #615882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615882; }
p { color: rgb(97,88,130); }
H1.HeaderClassName
{
color: #615882;
}
.AnyTagClassName
{
color: #615882;
}
</style>
background-color css
<style>
a { background-color: #615882; }
a { background-color: rgb(97,88,130); }
div.DivClassName
{
background-color: #615882;
}
.BgClassName
{
background-color: #615882;
}
</style>
border-color css
<style>
span { border-color: #615882; }
span { border-color: rgb(97,88,130); }
td.TdClassName
{
border-color: #615882;
}
.TagClassName
{
border-color: #615882;
}
</style>