Shades of Kimberly #645B7B
Tints of Kimberly #645B7B
RGB
CMYK
RGB Variations
Color information
#645B7B (or 0x645B7B) is known color: Kimberly. HEX triplet: 64, 5B and 7B. RGB value is (100,91,123). Sum of RGB (Red+Green+Blue) = 100+91+123=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #645B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645B7B is #9BA484. Grayscale: #616161. Windows color (decimal): -10200197 or 8084324. OLE color: 8084324.
HSL color Cylindrical-coordinate representation of color #645B7B: hue angle of 256.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #645B7B is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 91 | 123 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.52 |
| HSL | 256.88º | 0.15% | 0.42% | - |
| HSV(B) | 256.88º | 0.26% | 0.48% | - |
| XYZ | 12.57 | 11.62 | 20.32 | - |
| YUV | 97.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 123 | 0.19 | 0.26 | 0 | 0.52 | 256.88 | 0.15 | 0.42 |
| Hex | 64 | 5B | 7B | 13 | 1A | 0 | 34 | 101 | F | 2A |
| Octal | 144 | 133 | 173 | 23 | 32 | 0 | 64 | 401 | 17 | 52 |
| Binary | 1100100 | 1011011 | 1111011 | 10011 | 11010 | 0 | 110100 | 100000001 | 1111 | 101010 |
Color Harmonies of #645B7B
Complementary color
Monochromatic Colors of #645B7B
Black with #645B7B
Text Example
Text Example
White with #645B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B7B; }
p { color: rgb(100,91,123); }
H1.HeaderClassName
{
color: #645B7B;
}
.AnyTagClassName
{
color: #645B7B;
}
</style>
background-color css
<style>
a { background-color: #645B7B; }
a { background-color: rgb(100,91,123); }
div.DivClassName
{
background-color: #645B7B;
}
.BgClassName
{
background-color: #645B7B;
}
</style>
border-color css
<style>
span { border-color: #645B7B; }
span { border-color: rgb(100,91,123); }
td.TdClassName
{
border-color: #645B7B;
}
.TagClassName
{
border-color: #645B7B;
}
</style>