Shades of Kimberly #64608E
Tints of Kimberly #64608E
RGB
CMYK
RGB Variations
Color information
#64608E (or 0x64608E) is known color: Kimberly. HEX triplet: 64, 60 and 8E. RGB value is (100,96,142). Sum of RGB (Red+Green+Blue) = 100+96+142=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #64608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64608E is #9B9F71. Grayscale: #666666. Windows color (decimal): -10198898 or 9330788. OLE color: 9330788.
HSL color Cylindrical-coordinate representation of color #64608E: hue angle of 245.22º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64608E is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 96 | 142 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.44 |
| HSL | 245.22º | 0.19% | 0.47% | - |
| HSV(B) | 245.22º | 0.32% | 0.56% | - |
| XYZ | 14.32 | 13.03 | 27.35 | - |
| YUV | 102.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 142 | 0.30 | 0.32 | 0 | 0.44 | 245.22 | 0.19 | 0.47 |
| Hex | 64 | 60 | 8E | 1E | 20 | 0 | 2C | F5 | 13 | 2F |
| Octal | 144 | 140 | 216 | 36 | 40 | 0 | 54 | 365 | 23 | 57 |
| Binary | 1100100 | 1100000 | 10001110 | 11110 | 100000 | 0 | 101100 | 11110101 | 10011 | 101111 |
Color Harmonies of #64608E
Complementary color
Monochromatic Colors of #64608E
Black with #64608E
Text Example
Text Example
White with #64608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64608E; }
p { color: rgb(100,96,142); }
H1.HeaderClassName
{
color: #64608E;
}
.AnyTagClassName
{
color: #64608E;
}
</style>
background-color css
<style>
a { background-color: #64608E; }
a { background-color: rgb(100,96,142); }
div.DivClassName
{
background-color: #64608E;
}
.BgClassName
{
background-color: #64608E;
}
</style>
border-color css
<style>
span { border-color: #64608E; }
span { border-color: rgb(100,96,142); }
td.TdClassName
{
border-color: #64608E;
}
.TagClassName
{
border-color: #64608E;
}
</style>