Shades of Kimberly #64638B
Tints of Kimberly #64638B
RGB
CMYK
RGB Variations
Color information
#64638B (or 0x64638B) is known color: Kimberly. HEX triplet: 64, 63 and 8B. RGB value is (100,99,139). Sum of RGB (Red+Green+Blue) = 100+99+139=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #64638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64638B is #9B9C74. Grayscale: #676767. Windows color (decimal): -10198133 or 9134948. OLE color: 9134948.
HSL color Cylindrical-coordinate representation of color #64638B: hue angle of 241.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64638B is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 99 | 139 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.45 |
| HSL | 241.5º | 0.17% | 0.47% | - |
| HSV(B) | 241.5º | 0.29% | 0.55% | - |
| XYZ | 14.38 | 13.5 | 26.27 | - |
| YUV | 103.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 139 | 0.28 | 0.29 | 0 | 0.45 | 241.5 | 0.17 | 0.47 |
| Hex | 64 | 63 | 8B | 1C | 1D | 0 | 2D | F2 | 11 | 2F |
| Octal | 144 | 143 | 213 | 34 | 35 | 0 | 55 | 362 | 21 | 57 |
| Binary | 1100100 | 1100011 | 10001011 | 11100 | 11101 | 0 | 101101 | 11110010 | 10001 | 101111 |
Color Harmonies of #64638B
Complementary color
Monochromatic Colors of #64638B
Black with #64638B
Text Example
Text Example
White with #64638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64638B; }
p { color: rgb(100,99,139); }
H1.HeaderClassName
{
color: #64638B;
}
.AnyTagClassName
{
color: #64638B;
}
</style>
background-color css
<style>
a { background-color: #64638B; }
a { background-color: rgb(100,99,139); }
div.DivClassName
{
background-color: #64638B;
}
.BgClassName
{
background-color: #64638B;
}
</style>
border-color css
<style>
span { border-color: #64638B; }
span { border-color: rgb(100,99,139); }
td.TdClassName
{
border-color: #64638B;
}
.TagClassName
{
border-color: #64638B;
}
</style>