Shades of Kimberly #645B8D
Tints of Kimberly #645B8D
RGB
CMYK
RGB Variations
Color information
#645B8D (or 0x645B8D) is known color: Kimberly. HEX triplet: 64, 5B and 8D. RGB value is (100,91,141). Sum of RGB (Red+Green+Blue) = 100+91+141=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #645B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645B8D is #9BA472. Grayscale: #636363. Windows color (decimal): -10200179 or 9263972. OLE color: 9263972.
HSL color Cylindrical-coordinate representation of color #645B8D: hue angle of 250.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #645B8D is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 91 | 141 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.45 |
| HSL | 250.8º | 0.22% | 0.45% | - |
| HSV(B) | 250.8º | 0.35% | 0.55% | - |
| XYZ | 13.8 | 12.11 | 26.81 | - |
| YUV | 99.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 141 | 0.29 | 0.35 | 0 | 0.45 | 250.8 | 0.22 | 0.45 |
| Hex | 64 | 5B | 8D | 1D | 23 | 0 | 2D | FB | 16 | 2D |
| Octal | 144 | 133 | 215 | 35 | 43 | 0 | 55 | 373 | 26 | 55 |
| Binary | 1100100 | 1011011 | 10001101 | 11101 | 100011 | 0 | 101101 | 11111011 | 10110 | 101101 |
Color Harmonies of #645B8D
Complementary color
Monochromatic Colors of #645B8D
Black with #645B8D
Text Example
Text Example
White with #645B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B8D; }
p { color: rgb(100,91,141); }
H1.HeaderClassName
{
color: #645B8D;
}
.AnyTagClassName
{
color: #645B8D;
}
</style>
background-color css
<style>
a { background-color: #645B8D; }
a { background-color: rgb(100,91,141); }
div.DivClassName
{
background-color: #645B8D;
}
.BgClassName
{
background-color: #645B8D;
}
</style>
border-color css
<style>
span { border-color: #645B8D; }
span { border-color: rgb(100,91,141); }
td.TdClassName
{
border-color: #645B8D;
}
.TagClassName
{
border-color: #645B8D;
}
</style>