Shades of Kimberly #615C89
Tints of Kimberly #615C89
RGB
CMYK
RGB Variations
Color information
#615C89 (or 0x615C89) is known color: Kimberly. HEX triplet: 61, 5C and 89. RGB value is (97,92,137). Sum of RGB (Red+Green+Blue) = 97+92+137=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #615C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615C89 is #9EA376. Grayscale: #626262. Windows color (decimal): -10396535 or 9002081. OLE color: 9002081.
HSL color Cylindrical-coordinate representation of color #615C89: hue angle of 246.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #615C89 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 92 | 137 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.46 |
| HSL | 246.67º | 0.2% | 0.45% | - |
| HSV(B) | 246.67º | 0.33% | 0.54% | - |
| XYZ | 13.27 | 12 | 25.28 | - |
| YUV | 98.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 137 | 0.29 | 0.33 | 0 | 0.46 | 246.67 | 0.2 | 0.45 |
| Hex | 61 | 5C | 89 | 1D | 21 | 0 | 2E | F7 | 14 | 2D |
| Octal | 141 | 134 | 211 | 35 | 41 | 0 | 56 | 367 | 24 | 55 |
| Binary | 1100001 | 1011100 | 10001001 | 11101 | 100001 | 0 | 101110 | 11110111 | 10100 | 101101 |
Color Harmonies of #615C89
Complementary color
Monochromatic Colors of #615C89
Black with #615C89
Text Example
Text Example
White with #615C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C89; }
p { color: rgb(97,92,137); }
H1.HeaderClassName
{
color: #615C89;
}
.AnyTagClassName
{
color: #615C89;
}
</style>
background-color css
<style>
a { background-color: #615C89; }
a { background-color: rgb(97,92,137); }
div.DivClassName
{
background-color: #615C89;
}
.BgClassName
{
background-color: #615C89;
}
</style>
border-color css
<style>
span { border-color: #615C89; }
span { border-color: rgb(97,92,137); }
td.TdClassName
{
border-color: #615C89;
}
.TagClassName
{
border-color: #615C89;
}
</style>