Shades of Kimberly #615A88
Tints of Kimberly #615A88
RGB
CMYK
RGB Variations
Color information
#615A88 (or 0x615A88) is known color: Kimberly. HEX triplet: 61, 5A and 88. RGB value is (97,90,136). Sum of RGB (Red+Green+Blue) = 97+90+136=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #615A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615A88 is #9EA577. Grayscale: #616161. Windows color (decimal): -10397048 or 8936033. OLE color: 8936033.
HSL color Cylindrical-coordinate representation of color #615A88: hue angle of 249.13º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #615A88 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 90 | 136 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.47 |
| HSL | 249.13º | 0.2% | 0.44% | - |
| HSV(B) | 249.13º | 0.34% | 0.53% | - |
| XYZ | 13.03 | 11.63 | 24.85 | - |
| YUV | 97.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 136 | 0.29 | 0.34 | 0 | 0.47 | 249.13 | 0.2 | 0.44 |
| Hex | 61 | 5A | 88 | 1D | 22 | 0 | 2F | F9 | 14 | 2C |
| Octal | 141 | 132 | 210 | 35 | 42 | 0 | 57 | 371 | 24 | 54 |
| Binary | 1100001 | 1011010 | 10001000 | 11101 | 100010 | 0 | 101111 | 11111001 | 10100 | 101100 |
Color Harmonies of #615A88
Complementary color
Monochromatic Colors of #615A88
Black with #615A88
Text Example
Text Example
White with #615A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A88; }
p { color: rgb(97,90,136); }
H1.HeaderClassName
{
color: #615A88;
}
.AnyTagClassName
{
color: #615A88;
}
</style>
background-color css
<style>
a { background-color: #615A88; }
a { background-color: rgb(97,90,136); }
div.DivClassName
{
background-color: #615A88;
}
.BgClassName
{
background-color: #615A88;
}
</style>
border-color css
<style>
span { border-color: #615A88; }
span { border-color: rgb(97,90,136); }
td.TdClassName
{
border-color: #615A88;
}
.TagClassName
{
border-color: #615A88;
}
</style>