Shades of Kimberly #645B86
Tints of Kimberly #645B86
RGB
CMYK
RGB Variations
Color information
#645B86 (or 0x645B86) is known color: Kimberly. HEX triplet: 64, 5B and 86. RGB value is (100,91,134). Sum of RGB (Red+Green+Blue) = 100+91+134=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #645B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645B86 is #9BA479. Grayscale: #626262. Windows color (decimal): -10200186 or 8805220. OLE color: 8805220.
HSL color Cylindrical-coordinate representation of color #645B86: hue angle of 252.56º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #645B86 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 91 | 134 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.47 |
| HSL | 252.56º | 0.19% | 0.44% | - |
| HSV(B) | 252.56º | 0.32% | 0.53% | - |
| XYZ | 13.3 | 11.91 | 24.15 | - |
| YUV | 98.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 134 | 0.25 | 0.32 | 0 | 0.47 | 252.56 | 0.19 | 0.44 |
| Hex | 64 | 5B | 86 | 19 | 20 | 0 | 2F | FD | 13 | 2C |
| Octal | 144 | 133 | 206 | 31 | 40 | 0 | 57 | 375 | 23 | 54 |
| Binary | 1100100 | 1011011 | 10000110 | 11001 | 100000 | 0 | 101111 | 11111101 | 10011 | 101100 |
Color Harmonies of #645B86
Complementary color
Monochromatic Colors of #645B86
Black with #645B86
Text Example
Text Example
White with #645B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B86; }
p { color: rgb(100,91,134); }
H1.HeaderClassName
{
color: #645B86;
}
.AnyTagClassName
{
color: #645B86;
}
</style>
background-color css
<style>
a { background-color: #645B86; }
a { background-color: rgb(100,91,134); }
div.DivClassName
{
background-color: #645B86;
}
.BgClassName
{
background-color: #645B86;
}
</style>
border-color css
<style>
span { border-color: #645B86; }
span { border-color: rgb(100,91,134); }
td.TdClassName
{
border-color: #645B86;
}
.TagClassName
{
border-color: #645B86;
}
</style>