Shades of Kimberly #645B7C
Tints of Kimberly #645B7C
RGB
CMYK
RGB Variations
Color information
#645B7C (or 0x645B7C) is known color: Kimberly. HEX triplet: 64, 5B and 7C. RGB value is (100,91,124). Sum of RGB (Red+Green+Blue) = 100+91+124=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #645B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645B7C is #9BA483. Grayscale: #616161. Windows color (decimal): -10200196 or 8149860. OLE color: 8149860.
HSL color Cylindrical-coordinate representation of color #645B7C: hue angle of 256.36º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #645B7C is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 91 | 124 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.51 |
| HSL | 256.36º | 0.15% | 0.42% | - |
| HSV(B) | 256.36º | 0.27% | 0.49% | - |
| XYZ | 12.63 | 11.65 | 20.65 | - |
| YUV | 97.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 124 | 0.19 | 0.27 | 0 | 0.51 | 256.36 | 0.15 | 0.42 |
| Hex | 64 | 5B | 7C | 13 | 1B | 0 | 33 | 100 | F | 2A |
| Octal | 144 | 133 | 174 | 23 | 33 | 0 | 63 | 400 | 17 | 52 |
| Binary | 1100100 | 1011011 | 1111100 | 10011 | 11011 | 0 | 110011 | 100000000 | 1111 | 101010 |
Color Harmonies of #645B7C
Complementary color
Monochromatic Colors of #645B7C
Black with #645B7C
Text Example
Text Example
White with #645B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B7C; }
p { color: rgb(100,91,124); }
H1.HeaderClassName
{
color: #645B7C;
}
.AnyTagClassName
{
color: #645B7C;
}
</style>
background-color css
<style>
a { background-color: #645B7C; }
a { background-color: rgb(100,91,124); }
div.DivClassName
{
background-color: #645B7C;
}
.BgClassName
{
background-color: #645B7C;
}
</style>
border-color css
<style>
span { border-color: #645B7C; }
span { border-color: rgb(100,91,124); }
td.TdClassName
{
border-color: #645B7C;
}
.TagClassName
{
border-color: #645B7C;
}
</style>