Shades of Kimberly #64567C
Tints of Kimberly #64567C
RGB
CMYK
RGB Variations
Color information
#64567C (or 0x64567C) is known color: Kimberly. HEX triplet: 64, 56 and 7C. RGB value is (100,86,124). Sum of RGB (Red+Green+Blue) = 100+86+124=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #64567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64567C is #9BA983. Grayscale: #5E5E5E. Windows color (decimal): -10201476 or 8148580. OLE color: 8148580.
HSL color Cylindrical-coordinate representation of color #64567C: hue angle of 262.11º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64567C is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 86 | 124 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.51 |
| HSL | 262.11º | 0.18% | 0.41% | - |
| HSV(B) | 262.11º | 0.31% | 0.49% | - |
| XYZ | 12.22 | 10.82 | 20.51 | - |
| YUV | 94.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 124 | 0.19 | 0.31 | 0 | 0.51 | 262.11 | 0.18 | 0.41 |
| Hex | 64 | 56 | 7C | 13 | 1F | 0 | 33 | 106 | 12 | 29 |
| Octal | 144 | 126 | 174 | 23 | 37 | 0 | 63 | 406 | 22 | 51 |
| Binary | 1100100 | 1010110 | 1111100 | 10011 | 11111 | 0 | 110011 | 100000110 | 10010 | 101001 |
Color Harmonies of #64567C
Complementary color
Monochromatic Colors of #64567C
Black with #64567C
Text Example
Text Example
White with #64567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64567C; }
p { color: rgb(100,86,124); }
H1.HeaderClassName
{
color: #64567C;
}
.AnyTagClassName
{
color: #64567C;
}
</style>
background-color css
<style>
a { background-color: #64567C; }
a { background-color: rgb(100,86,124); }
div.DivClassName
{
background-color: #64567C;
}
.BgClassName
{
background-color: #64567C;
}
</style>
border-color css
<style>
span { border-color: #64567C; }
span { border-color: rgb(100,86,124); }
td.TdClassName
{
border-color: #64567C;
}
.TagClassName
{
border-color: #64567C;
}
</style>