Shades of Kimberly #66648D
Tints of Kimberly #66648D
RGB
CMYK
RGB Variations
Color information
#66648D (or 0x66648D) is known color: Kimberly. HEX triplet: 66, 64 and 8D. RGB value is (102,100,141). Sum of RGB (Red+Green+Blue) = 102+100+141=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #66648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66648D is #999B72. Grayscale: #696969. Windows color (decimal): -10066803 or 9266278. OLE color: 9266278.
HSL color Cylindrical-coordinate representation of color #66648D: hue angle of 242.93º 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 #66648D is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 100 | 141 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.45 |
| HSL | 242.93º | 0.17% | 0.47% | - |
| HSV(B) | 242.93º | 0.29% | 0.55% | - |
| XYZ | 14.84 | 13.86 | 27.09 | - |
| YUV | 105.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 141 | 0.28 | 0.29 | 0 | 0.45 | 242.93 | 0.17 | 0.47 |
| Hex | 66 | 64 | 8D | 1C | 1D | 0 | 2D | F3 | 11 | 2F |
| Octal | 146 | 144 | 215 | 34 | 35 | 0 | 55 | 363 | 21 | 57 |
| Binary | 1100110 | 1100100 | 10001101 | 11100 | 11101 | 0 | 101101 | 11110011 | 10001 | 101111 |
Color Harmonies of #66648D
Complementary color
Monochromatic Colors of #66648D
Black with #66648D
Text Example
Text Example
White with #66648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66648D; }
p { color: rgb(102,100,141); }
H1.HeaderClassName
{
color: #66648D;
}
.AnyTagClassName
{
color: #66648D;
}
</style>
background-color css
<style>
a { background-color: #66648D; }
a { background-color: rgb(102,100,141); }
div.DivClassName
{
background-color: #66648D;
}
.BgClassName
{
background-color: #66648D;
}
</style>
border-color css
<style>
span { border-color: #66648D; }
span { border-color: rgb(102,100,141); }
td.TdClassName
{
border-color: #66648D;
}
.TagClassName
{
border-color: #66648D;
}
</style>