Shades of Kimberly #666189
Tints of Kimberly #666189
RGB
CMYK
RGB Variations
Color information
#666189 (or 0x666189) is known color: Kimberly. HEX triplet: 66, 61 and 89. RGB value is (102,97,137). Sum of RGB (Red+Green+Blue) = 102+97+137=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #666189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666189 is #999E76. Grayscale: #666666. Windows color (decimal): -10067575 or 9003366. OLE color: 9003366.
HSL color Cylindrical-coordinate representation of color #666189: hue angle of 247.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #666189 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 97 | 137 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.46 |
| HSL | 247.5º | 0.17% | 0.46% | - |
| HSV(B) | 247.5º | 0.29% | 0.54% | - |
| XYZ | 14.27 | 13.18 | 25.46 | - |
| YUV | 103.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 137 | 0.26 | 0.29 | 0 | 0.46 | 247.5 | 0.17 | 0.46 |
| Hex | 66 | 61 | 89 | 1A | 1D | 0 | 2E | F8 | 11 | 2E |
| Octal | 146 | 141 | 211 | 32 | 35 | 0 | 56 | 370 | 21 | 56 |
| Binary | 1100110 | 1100001 | 10001001 | 11010 | 11101 | 0 | 101110 | 11111000 | 10001 | 101110 |
Color Harmonies of #666189
Complementary color
Monochromatic Colors of #666189
Black with #666189
Text Example
Text Example
White with #666189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666189; }
p { color: rgb(102,97,137); }
H1.HeaderClassName
{
color: #666189;
}
.AnyTagClassName
{
color: #666189;
}
</style>
background-color css
<style>
a { background-color: #666189; }
a { background-color: rgb(102,97,137); }
div.DivClassName
{
background-color: #666189;
}
.BgClassName
{
background-color: #666189;
}
</style>
border-color css
<style>
span { border-color: #666189; }
span { border-color: rgb(102,97,137); }
td.TdClassName
{
border-color: #666189;
}
.TagClassName
{
border-color: #666189;
}
</style>