Shades of Kimberly #645779
Tints of Kimberly #645779
RGB
CMYK
RGB Variations
Color information
#645779 (or 0x645779) is known color: Kimberly. HEX triplet: 64, 57 and 79. RGB value is (100,87,121). Sum of RGB (Red+Green+Blue) = 100+87+121=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #645779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645779 is #9BA886. Grayscale: #5E5E5E. Windows color (decimal): -10201223 or 7952228. OLE color: 7952228.
HSL color Cylindrical-coordinate representation of color #645779: hue angle of 262.94º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #645779 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 87 | 121 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.53 |
| HSL | 262.94º | 0.16% | 0.41% | - |
| HSV(B) | 262.94º | 0.28% | 0.47% | - |
| XYZ | 12.11 | 10.91 | 19.56 | - |
| YUV | 94.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 121 | 0.17 | 0.28 | 0 | 0.53 | 262.94 | 0.16 | 0.41 |
| Hex | 64 | 57 | 79 | 11 | 1C | 0 | 35 | 107 | 10 | 29 |
| Octal | 144 | 127 | 171 | 21 | 34 | 0 | 65 | 407 | 20 | 51 |
| Binary | 1100100 | 1010111 | 1111001 | 10001 | 11100 | 0 | 110101 | 100000111 | 10000 | 101001 |
Color Harmonies of #645779
Complementary color
Monochromatic Colors of #645779
Black with #645779
Text Example
Text Example
White with #645779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645779; }
p { color: rgb(100,87,121); }
H1.HeaderClassName
{
color: #645779;
}
.AnyTagClassName
{
color: #645779;
}
</style>
background-color css
<style>
a { background-color: #645779; }
a { background-color: rgb(100,87,121); }
div.DivClassName
{
background-color: #645779;
}
.BgClassName
{
background-color: #645779;
}
</style>
border-color css
<style>
span { border-color: #645779; }
span { border-color: rgb(100,87,121); }
td.TdClassName
{
border-color: #645779;
}
.TagClassName
{
border-color: #645779;
}
</style>