Shades of Kimberly #645A8D
Tints of Kimberly #645A8D
RGB
CMYK
RGB Variations
Color information
#645A8D (or 0x645A8D) is known color: Kimberly. HEX triplet: 64, 5A and 8D. RGB value is (100,90,141). Sum of RGB (Red+Green+Blue) = 100+90+141=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #645A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645A8D is #9BA572. Grayscale: #626262. Windows color (decimal): -10200435 or 9263716. OLE color: 9263716.
HSL color Cylindrical-coordinate representation of color #645A8D: hue angle of 251.76º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #645A8D is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 90 | 141 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.45 |
| HSL | 251.76º | 0.22% | 0.45% | - |
| HSV(B) | 251.76º | 0.36% | 0.55% | - |
| XYZ | 13.72 | 11.94 | 26.78 | - |
| YUV | 98.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 141 | 0.29 | 0.36 | 0 | 0.45 | 251.76 | 0.22 | 0.45 |
| Hex | 64 | 5A | 8D | 1D | 24 | 0 | 2D | FC | 16 | 2D |
| Octal | 144 | 132 | 215 | 35 | 44 | 0 | 55 | 374 | 26 | 55 |
| Binary | 1100100 | 1011010 | 10001101 | 11101 | 100100 | 0 | 101101 | 11111100 | 10110 | 101101 |
Color Harmonies of #645A8D
Complementary color
Monochromatic Colors of #645A8D
Black with #645A8D
Text Example
Text Example
White with #645A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A8D; }
p { color: rgb(100,90,141); }
H1.HeaderClassName
{
color: #645A8D;
}
.AnyTagClassName
{
color: #645A8D;
}
</style>
background-color css
<style>
a { background-color: #645A8D; }
a { background-color: rgb(100,90,141); }
div.DivClassName
{
background-color: #645A8D;
}
.BgClassName
{
background-color: #645A8D;
}
</style>
border-color css
<style>
span { border-color: #645A8D; }
span { border-color: rgb(100,90,141); }
td.TdClassName
{
border-color: #645A8D;
}
.TagClassName
{
border-color: #645A8D;
}
</style>