Shades of Kimberly #666289
Tints of Kimberly #666289
RGB
CMYK
RGB Variations
Color information
#666289 (or 0x666289) is known color: Kimberly. HEX triplet: 66, 62 and 89. RGB value is (102,98,137). Sum of RGB (Red+Green+Blue) = 102+98+137=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #666289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666289 is #999D76. Grayscale: #676767. Windows color (decimal): -10067319 or 9003622. OLE color: 9003622.
HSL color Cylindrical-coordinate representation of color #666289: hue angle of 246.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #666289 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 98 | 137 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.46 |
| HSL | 246.15º | 0.17% | 0.46% | - |
| HSV(B) | 246.15º | 0.28% | 0.54% | - |
| XYZ | 14.36 | 13.37 | 25.49 | - |
| YUV | 103.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 137 | 0.26 | 0.28 | 0 | 0.46 | 246.15 | 0.17 | 0.46 |
| Hex | 66 | 62 | 89 | 1A | 1C | 0 | 2E | F6 | 11 | 2E |
| Octal | 146 | 142 | 211 | 32 | 34 | 0 | 56 | 366 | 21 | 56 |
| Binary | 1100110 | 1100010 | 10001001 | 11010 | 11100 | 0 | 101110 | 11110110 | 10001 | 101110 |
Color Harmonies of #666289
Complementary color
Monochromatic Colors of #666289
Black with #666289
Text Example
Text Example
White with #666289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666289; }
p { color: rgb(102,98,137); }
H1.HeaderClassName
{
color: #666289;
}
.AnyTagClassName
{
color: #666289;
}
</style>
background-color css
<style>
a { background-color: #666289; }
a { background-color: rgb(102,98,137); }
div.DivClassName
{
background-color: #666289;
}
.BgClassName
{
background-color: #666289;
}
</style>
border-color css
<style>
span { border-color: #666289; }
span { border-color: rgb(102,98,137); }
td.TdClassName
{
border-color: #666289;
}
.TagClassName
{
border-color: #666289;
}
</style>