Shades of Kimberly #645D7C
Tints of Kimberly #645D7C
RGB
CMYK
RGB Variations
Color information
#645D7C (or 0x645D7C) is known color: Kimberly. HEX triplet: 64, 5D and 7C. RGB value is (100,93,124). Sum of RGB (Red+Green+Blue) = 100+93+124=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #645D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D7C is #9BA283. Grayscale: #626262. Windows color (decimal): -10199684 or 8150372. OLE color: 8150372.
HSL color Cylindrical-coordinate representation of color #645D7C: hue angle of 253.55º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #645D7C is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 93 | 124 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.51 |
| HSL | 253.55º | 0.14% | 0.43% | - |
| HSV(B) | 253.55º | 0.25% | 0.49% | - |
| XYZ | 12.81 | 11.99 | 20.71 | - |
| YUV | 98.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 124 | 0.19 | 0.25 | 0 | 0.51 | 253.55 | 0.14 | 0.43 |
| Hex | 64 | 5D | 7C | 13 | 19 | 0 | 33 | FE | E | 2B |
| Octal | 144 | 135 | 174 | 23 | 31 | 0 | 63 | 376 | 16 | 53 |
| Binary | 1100100 | 1011101 | 1111100 | 10011 | 11001 | 0 | 110011 | 11111110 | 1110 | 101011 |
Color Harmonies of #645D7C
Complementary color
Monochromatic Colors of #645D7C
Black with #645D7C
Text Example
Text Example
White with #645D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D7C; }
p { color: rgb(100,93,124); }
H1.HeaderClassName
{
color: #645D7C;
}
.AnyTagClassName
{
color: #645D7C;
}
</style>
background-color css
<style>
a { background-color: #645D7C; }
a { background-color: rgb(100,93,124); }
div.DivClassName
{
background-color: #645D7C;
}
.BgClassName
{
background-color: #645D7C;
}
</style>
border-color css
<style>
span { border-color: #645D7C; }
span { border-color: rgb(100,93,124); }
td.TdClassName
{
border-color: #645D7C;
}
.TagClassName
{
border-color: #645D7C;
}
</style>