Shades of Kimberly #645E88
Tints of Kimberly #645E88
RGB
CMYK
RGB Variations
Color information
#645E88 (or 0x645E88) is known color: Kimberly. HEX triplet: 64, 5E and 88. RGB value is (100,94,136). Sum of RGB (Red+Green+Blue) = 100+94+136=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #645E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645E88 is #9BA177. Grayscale: #646464. Windows color (decimal): -10199416 or 8937060. OLE color: 8937060.
HSL color Cylindrical-coordinate representation of color #645E88: hue angle of 248.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #645E88 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 94 | 136 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.47 |
| HSL | 248.57º | 0.18% | 0.45% | - |
| HSV(B) | 248.57º | 0.31% | 0.53% | - |
| XYZ | 13.7 | 12.49 | 24.98 | - |
| YUV | 100.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 136 | 0.26 | 0.31 | 0 | 0.47 | 248.57 | 0.18 | 0.45 |
| Hex | 64 | 5E | 88 | 1A | 1F | 0 | 2F | F9 | 12 | 2D |
| Octal | 144 | 136 | 210 | 32 | 37 | 0 | 57 | 371 | 22 | 55 |
| Binary | 1100100 | 1011110 | 10001000 | 11010 | 11111 | 0 | 101111 | 11111001 | 10010 | 101101 |
Color Harmonies of #645E88
Complementary color
Monochromatic Colors of #645E88
Black with #645E88
Text Example
Text Example
White with #645E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645E88; }
p { color: rgb(100,94,136); }
H1.HeaderClassName
{
color: #645E88;
}
.AnyTagClassName
{
color: #645E88;
}
</style>
background-color css
<style>
a { background-color: #645E88; }
a { background-color: rgb(100,94,136); }
div.DivClassName
{
background-color: #645E88;
}
.BgClassName
{
background-color: #645E88;
}
</style>
border-color css
<style>
span { border-color: #645E88; }
span { border-color: rgb(100,94,136); }
td.TdClassName
{
border-color: #645E88;
}
.TagClassName
{
border-color: #645E88;
}
</style>