Shades of Kimberly #64638F
Tints of Kimberly #64638F
RGB
CMYK
RGB Variations
Color information
#64638F (or 0x64638F) is known color: Kimberly. HEX triplet: 64, 63 and 8F. RGB value is (100,99,143). Sum of RGB (Red+Green+Blue) = 100+99+143=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #64638F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64638F is #9B9C70. Grayscale: #686868. Windows color (decimal): -10198129 or 9397092. OLE color: 9397092.
HSL color Cylindrical-coordinate representation of color #64638F: hue angle of 241.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64638F is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 99 | 143 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.44 |
| HSL | 241.36º | 0.18% | 0.47% | - |
| HSV(B) | 241.36º | 0.31% | 0.56% | - |
| XYZ | 14.68 | 13.62 | 27.84 | - |
| YUV | 104.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 143 | 0.30 | 0.31 | 0 | 0.44 | 241.36 | 0.18 | 0.47 |
| Hex | 64 | 63 | 8F | 1E | 1F | 0 | 2C | F1 | 12 | 2F |
| Octal | 144 | 143 | 217 | 36 | 37 | 0 | 54 | 361 | 22 | 57 |
| Binary | 1100100 | 1100011 | 10001111 | 11110 | 11111 | 0 | 101100 | 11110001 | 10010 | 101111 |
Color Harmonies of #64638F
Complementary color
Monochromatic Colors of #64638F
Black with #64638F
Text Example
Text Example
White with #64638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64638F; }
p { color: rgb(100,99,143); }
H1.HeaderClassName
{
color: #64638F;
}
.AnyTagClassName
{
color: #64638F;
}
</style>
background-color css
<style>
a { background-color: #64638F; }
a { background-color: rgb(100,99,143); }
div.DivClassName
{
background-color: #64638F;
}
.BgClassName
{
background-color: #64638F;
}
</style>
border-color css
<style>
span { border-color: #64638F; }
span { border-color: rgb(100,99,143); }
td.TdClassName
{
border-color: #64638F;
}
.TagClassName
{
border-color: #64638F;
}
</style>