Shades of Kimberly #64608B
Tints of Kimberly #64608B
RGB
CMYK
RGB Variations
Color information
#64608B (or 0x64608B) is known color: Kimberly. HEX triplet: 64, 60 and 8B. RGB value is (100,96,139). Sum of RGB (Red+Green+Blue) = 100+96+139=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #64608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64608B is #9B9F74. Grayscale: #656565. Windows color (decimal): -10198901 or 9134180. OLE color: 9134180.
HSL color Cylindrical-coordinate representation of color #64608B: hue angle of 245.58º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64608B is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 96 | 139 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.45 |
| HSL | 245.58º | 0.18% | 0.46% | - |
| HSV(B) | 245.58º | 0.31% | 0.55% | - |
| XYZ | 14.1 | 12.94 | 26.18 | - |
| YUV | 102.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 139 | 0.28 | 0.31 | 0 | 0.45 | 245.58 | 0.18 | 0.46 |
| Hex | 64 | 60 | 8B | 1C | 1F | 0 | 2D | F6 | 12 | 2E |
| Octal | 144 | 140 | 213 | 34 | 37 | 0 | 55 | 366 | 22 | 56 |
| Binary | 1100100 | 1100000 | 10001011 | 11100 | 11111 | 0 | 101101 | 11110110 | 10010 | 101110 |
Color Harmonies of #64608B
Complementary color
Monochromatic Colors of #64608B
Black with #64608B
Text Example
Text Example
White with #64608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64608B; }
p { color: rgb(100,96,139); }
H1.HeaderClassName
{
color: #64608B;
}
.AnyTagClassName
{
color: #64608B;
}
</style>
background-color css
<style>
a { background-color: #64608B; }
a { background-color: rgb(100,96,139); }
div.DivClassName
{
background-color: #64608B;
}
.BgClassName
{
background-color: #64608B;
}
</style>
border-color css
<style>
span { border-color: #64608B; }
span { border-color: rgb(100,96,139); }
td.TdClassName
{
border-color: #64608B;
}
.TagClassName
{
border-color: #64608B;
}
</style>