Shades of Kimberly #65648D
Tints of Kimberly #65648D
RGB
CMYK
RGB Variations
Color information
#65648D (or 0x65648D) is known color: Kimberly. HEX triplet: 65, 64 and 8D. RGB value is (101,100,141). Sum of RGB (Red+Green+Blue) = 101+100+141=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #65648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65648D is #9A9B72. Grayscale: #686868. Windows color (decimal): -10132339 or 9266277. OLE color: 9266277.
HSL color Cylindrical-coordinate representation of color #65648D: hue angle of 241.46º 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 #65648D is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 100 | 141 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.45 |
| HSL | 241.46º | 0.17% | 0.47% | - |
| HSV(B) | 241.46º | 0.29% | 0.55% | - |
| XYZ | 14.73 | 13.8 | 27.09 | - |
| YUV | 104.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 141 | 0.28 | 0.29 | 0 | 0.45 | 241.46 | 0.17 | 0.47 |
| Hex | 65 | 64 | 8D | 1C | 1D | 0 | 2D | F1 | 11 | 2F |
| Octal | 145 | 144 | 215 | 34 | 35 | 0 | 55 | 361 | 21 | 57 |
| Binary | 1100101 | 1100100 | 10001101 | 11100 | 11101 | 0 | 101101 | 11110001 | 10001 | 101111 |
Color Harmonies of #65648D
Complementary color
Monochromatic Colors of #65648D
Black with #65648D
Text Example
Text Example
White with #65648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65648D; }
p { color: rgb(101,100,141); }
H1.HeaderClassName
{
color: #65648D;
}
.AnyTagClassName
{
color: #65648D;
}
</style>
background-color css
<style>
a { background-color: #65648D; }
a { background-color: rgb(101,100,141); }
div.DivClassName
{
background-color: #65648D;
}
.BgClassName
{
background-color: #65648D;
}
</style>
border-color css
<style>
span { border-color: #65648D; }
span { border-color: rgb(101,100,141); }
td.TdClassName
{
border-color: #65648D;
}
.TagClassName
{
border-color: #65648D;
}
</style>