Shades of Kimberly #66648C
Tints of Kimberly #66648C
RGB
CMYK
RGB Variations
Color information
#66648C (or 0x66648C) is known color: Kimberly. HEX triplet: 66, 64 and 8C. RGB value is (102,100,140). Sum of RGB (Red+Green+Blue) = 102+100+140=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #66648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66648C is #999B73. Grayscale: #696969. Windows color (decimal): -10066804 or 9200742. OLE color: 9200742.
HSL color Cylindrical-coordinate representation of color #66648C: hue angle of 243º 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 #66648C is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 100 | 140 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.45 |
| HSL | 243º | 0.17% | 0.47% | - |
| HSV(B) | 243º | 0.29% | 0.55% | - |
| XYZ | 14.77 | 13.83 | 26.7 | - |
| YUV | 105.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 140 | 0.27 | 0.29 | 0 | 0.45 | 243 | 0.17 | 0.47 |
| Hex | 66 | 64 | 8C | 1B | 1D | 0 | 2D | F3 | 11 | 2F |
| Octal | 146 | 144 | 214 | 33 | 35 | 0 | 55 | 363 | 21 | 57 |
| Binary | 1100110 | 1100100 | 10001100 | 11011 | 11101 | 0 | 101101 | 11110011 | 10001 | 101111 |
Color Harmonies of #66648C
Complementary color
Monochromatic Colors of #66648C
Black with #66648C
Text Example
Text Example
White with #66648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66648C; }
p { color: rgb(102,100,140); }
H1.HeaderClassName
{
color: #66648C;
}
.AnyTagClassName
{
color: #66648C;
}
</style>
background-color css
<style>
a { background-color: #66648C; }
a { background-color: rgb(102,100,140); }
div.DivClassName
{
background-color: #66648C;
}
.BgClassName
{
background-color: #66648C;
}
</style>
border-color css
<style>
span { border-color: #66648C; }
span { border-color: rgb(102,100,140); }
td.TdClassName
{
border-color: #66648C;
}
.TagClassName
{
border-color: #66648C;
}
</style>