Shades of Kimberly #615C8F
Tints of Kimberly #615C8F
RGB
CMYK
RGB Variations
Color information
#615C8F (or 0x615C8F) is known color: Kimberly. HEX triplet: 61, 5C and 8F. RGB value is (97,92,143). Sum of RGB (Red+Green+Blue) = 97+92+143=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #615C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615C8F is #9EA370. Grayscale: #636363. Windows color (decimal): -10396529 or 9395297. OLE color: 9395297.
HSL color Cylindrical-coordinate representation of color #615C8F: hue angle of 245.88º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #615C8F is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 92 | 143 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.44 |
| HSL | 245.88º | 0.22% | 0.46% | - |
| HSV(B) | 245.88º | 0.36% | 0.56% | - |
| XYZ | 13.71 | 12.18 | 27.61 | - |
| YUV | 99.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 143 | 0.32 | 0.36 | 0 | 0.44 | 245.88 | 0.22 | 0.46 |
| Hex | 61 | 5C | 8F | 20 | 24 | 0 | 2C | F6 | 16 | 2E |
| Octal | 141 | 134 | 217 | 40 | 44 | 0 | 54 | 366 | 26 | 56 |
| Binary | 1100001 | 1011100 | 10001111 | 100000 | 100100 | 0 | 101100 | 11110110 | 10110 | 101110 |
Color Harmonies of #615C8F
Complementary color
Monochromatic Colors of #615C8F
Black with #615C8F
Text Example
Text Example
White with #615C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C8F; }
p { color: rgb(97,92,143); }
H1.HeaderClassName
{
color: #615C8F;
}
.AnyTagClassName
{
color: #615C8F;
}
</style>
background-color css
<style>
a { background-color: #615C8F; }
a { background-color: rgb(97,92,143); }
div.DivClassName
{
background-color: #615C8F;
}
.BgClassName
{
background-color: #615C8F;
}
</style>
border-color css
<style>
span { border-color: #615C8F; }
span { border-color: rgb(97,92,143); }
td.TdClassName
{
border-color: #615C8F;
}
.TagClassName
{
border-color: #615C8F;
}
</style>