Shades of Kimberly #645A85
Tints of Kimberly #645A85
RGB
CMYK
RGB Variations
Color information
#645A85 (or 0x645A85) is known color: Kimberly. HEX triplet: 64, 5A and 85. RGB value is (100,90,133). Sum of RGB (Red+Green+Blue) = 100+90+133=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #645A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645A85 is #9BA57A. Grayscale: #616161. Windows color (decimal): -10200443 or 8739428. OLE color: 8739428.
HSL color Cylindrical-coordinate representation of color #645A85: hue angle of 253.95º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #645A85 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 90 | 133 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.48 |
| HSL | 253.95º | 0.19% | 0.44% | - |
| HSV(B) | 253.95º | 0.32% | 0.52% | - |
| XYZ | 13.15 | 11.72 | 23.76 | - |
| YUV | 97.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 133 | 0.25 | 0.32 | 0 | 0.48 | 253.95 | 0.19 | 0.44 |
| Hex | 64 | 5A | 85 | 19 | 20 | 0 | 30 | FE | 13 | 2C |
| Octal | 144 | 132 | 205 | 31 | 40 | 0 | 60 | 376 | 23 | 54 |
| Binary | 1100100 | 1011010 | 10000101 | 11001 | 100000 | 0 | 110000 | 11111110 | 10011 | 101100 |
Color Harmonies of #645A85
Complementary color
Monochromatic Colors of #645A85
Black with #645A85
Text Example
Text Example
White with #645A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A85; }
p { color: rgb(100,90,133); }
H1.HeaderClassName
{
color: #645A85;
}
.AnyTagClassName
{
color: #645A85;
}
</style>
background-color css
<style>
a { background-color: #645A85; }
a { background-color: rgb(100,90,133); }
div.DivClassName
{
background-color: #645A85;
}
.BgClassName
{
background-color: #645A85;
}
</style>
border-color css
<style>
span { border-color: #645A85; }
span { border-color: rgb(100,90,133); }
td.TdClassName
{
border-color: #645A85;
}
.TagClassName
{
border-color: #645A85;
}
</style>