Shades of Kimberly #645A7D
Tints of Kimberly #645A7D
RGB
CMYK
RGB Variations
Color information
#645A7D (or 0x645A7D) is known color: Kimberly. HEX triplet: 64, 5A and 7D. RGB value is (100,90,125). Sum of RGB (Red+Green+Blue) = 100+90+125=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #645A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645A7D is #9BA582. Grayscale: #606060. Windows color (decimal): -10200451 or 8215140. OLE color: 8215140.
HSL color Cylindrical-coordinate representation of color #645A7D: hue angle of 257.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #645A7D is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 90 | 125 | - |
| CMYK | 0.2 | 0.28 | 0 | 0.51 |
| HSL | 257.14º | 0.16% | 0.42% | - |
| HSV(B) | 257.14º | 0.28% | 0.49% | - |
| XYZ | 12.61 | 11.5 | 20.96 | - |
| YUV | 96.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 125 | 0.2 | 0.28 | 0 | 0.51 | 257.14 | 0.16 | 0.42 |
| Hex | 64 | 5A | 7D | 14 | 1C | 0 | 33 | 101 | 10 | 2A |
| Octal | 144 | 132 | 175 | 24 | 34 | 0 | 63 | 401 | 20 | 52 |
| Binary | 1100100 | 1011010 | 1111101 | 10100 | 11100 | 0 | 110011 | 100000001 | 10000 | 101010 |
Color Harmonies of #645A7D
Complementary color
Monochromatic Colors of #645A7D
Black with #645A7D
Text Example
Text Example
White with #645A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A7D; }
p { color: rgb(100,90,125); }
H1.HeaderClassName
{
color: #645A7D;
}
.AnyTagClassName
{
color: #645A7D;
}
</style>
background-color css
<style>
a { background-color: #645A7D; }
a { background-color: rgb(100,90,125); }
div.DivClassName
{
background-color: #645A7D;
}
.BgClassName
{
background-color: #645A7D;
}
</style>
border-color css
<style>
span { border-color: #645A7D; }
span { border-color: rgb(100,90,125); }
td.TdClassName
{
border-color: #645A7D;
}
.TagClassName
{
border-color: #645A7D;
}
</style>