Shades of Kimberly #645C8C
Tints of Kimberly #645C8C
RGB
CMYK
RGB Variations
Color information
#645C8C (or 0x645C8C) is known color: Kimberly. HEX triplet: 64, 5C and 8C. RGB value is (100,92,140). Sum of RGB (Red+Green+Blue) = 100+92+140=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #645C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645C8C is #9BA373. Grayscale: #636363. Windows color (decimal): -10199924 or 9198692. OLE color: 9198692.
HSL color Cylindrical-coordinate representation of color #645C8C: hue angle of 250º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645C8C is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 92 | 140 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.45 |
| HSL | 250º | 0.21% | 0.45% | - |
| HSV(B) | 250º | 0.34% | 0.55% | - |
| XYZ | 13.82 | 12.26 | 26.45 | - |
| YUV | 99.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 140 | 0.29 | 0.34 | 0 | 0.45 | 250 | 0.21 | 0.45 |
| Hex | 64 | 5C | 8C | 1D | 22 | 0 | 2D | FA | 15 | 2D |
| Octal | 144 | 134 | 214 | 35 | 42 | 0 | 55 | 372 | 25 | 55 |
| Binary | 1100100 | 1011100 | 10001100 | 11101 | 100010 | 0 | 101101 | 11111010 | 10101 | 101101 |
Color Harmonies of #645C8C
Complementary color
Monochromatic Colors of #645C8C
Black with #645C8C
Text Example
Text Example
White with #645C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C8C; }
p { color: rgb(100,92,140); }
H1.HeaderClassName
{
color: #645C8C;
}
.AnyTagClassName
{
color: #645C8C;
}
</style>
background-color css
<style>
a { background-color: #645C8C; }
a { background-color: rgb(100,92,140); }
div.DivClassName
{
background-color: #645C8C;
}
.BgClassName
{
background-color: #645C8C;
}
</style>
border-color css
<style>
span { border-color: #645C8C; }
span { border-color: rgb(100,92,140); }
td.TdClassName
{
border-color: #645C8C;
}
.TagClassName
{
border-color: #645C8C;
}
</style>