Shades of Kimberly #645C85
Tints of Kimberly #645C85
RGB
CMYK
RGB Variations
Color information
#645C85 (or 0x645C85) is known color: Kimberly. HEX triplet: 64, 5C and 85. RGB value is (100,92,133). Sum of RGB (Red+Green+Blue) = 100+92+133=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #645C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645C85 is #9BA37A. Grayscale: #626262. Windows color (decimal): -10199931 or 8739940. OLE color: 8739940.
HSL color Cylindrical-coordinate representation of color #645C85: hue angle of 251.71º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #645C85 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 92 | 133 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.48 |
| HSL | 251.71º | 0.18% | 0.44% | - |
| HSV(B) | 251.71º | 0.31% | 0.52% | - |
| XYZ | 13.32 | 12.06 | 23.82 | - |
| YUV | 99.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 133 | 0.25 | 0.31 | 0 | 0.48 | 251.71 | 0.18 | 0.44 |
| Hex | 64 | 5C | 85 | 19 | 1F | 0 | 30 | FC | 12 | 2C |
| Octal | 144 | 134 | 205 | 31 | 37 | 0 | 60 | 374 | 22 | 54 |
| Binary | 1100100 | 1011100 | 10000101 | 11001 | 11111 | 0 | 110000 | 11111100 | 10010 | 101100 |
Color Harmonies of #645C85
Complementary color
Monochromatic Colors of #645C85
Black with #645C85
Text Example
Text Example
White with #645C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C85; }
p { color: rgb(100,92,133); }
H1.HeaderClassName
{
color: #645C85;
}
.AnyTagClassName
{
color: #645C85;
}
</style>
background-color css
<style>
a { background-color: #645C85; }
a { background-color: rgb(100,92,133); }
div.DivClassName
{
background-color: #645C85;
}
.BgClassName
{
background-color: #645C85;
}
</style>
border-color css
<style>
span { border-color: #645C85; }
span { border-color: rgb(100,92,133); }
td.TdClassName
{
border-color: #645C85;
}
.TagClassName
{
border-color: #645C85;
}
</style>