Shades of Kimberly #665989
Tints of Kimberly #665989
RGB
CMYK
RGB Variations
Color information
#665989 (or 0x665989) is known color: Kimberly. HEX triplet: 66, 59 and 89. RGB value is (102,89,137). Sum of RGB (Red+Green+Blue) = 102+89+137=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #665989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665989 is #99A676. Grayscale: #626262. Windows color (decimal): -10069623 or 9001318. OLE color: 9001318.
HSL color Cylindrical-coordinate representation of color #665989: hue angle of 256.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #665989 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 89 | 137 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.46 |
| HSL | 256.25º | 0.21% | 0.44% | - |
| HSV(B) | 256.25º | 0.35% | 0.54% | - |
| XYZ | 13.57 | 11.78 | 25.22 | - |
| YUV | 98.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 137 | 0.26 | 0.35 | 0 | 0.46 | 256.25 | 0.21 | 0.44 |
| Hex | 66 | 59 | 89 | 1A | 23 | 0 | 2E | 100 | 15 | 2C |
| Octal | 146 | 131 | 211 | 32 | 43 | 0 | 56 | 400 | 25 | 54 |
| Binary | 1100110 | 1011001 | 10001001 | 11010 | 100011 | 0 | 101110 | 100000000 | 10101 | 101100 |
Color Harmonies of #665989
Complementary color
Monochromatic Colors of #665989
Black with #665989
Text Example
Text Example
White with #665989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665989; }
p { color: rgb(102,89,137); }
H1.HeaderClassName
{
color: #665989;
}
.AnyTagClassName
{
color: #665989;
}
</style>
background-color css
<style>
a { background-color: #665989; }
a { background-color: rgb(102,89,137); }
div.DivClassName
{
background-color: #665989;
}
.BgClassName
{
background-color: #665989;
}
</style>
border-color css
<style>
span { border-color: #665989; }
span { border-color: rgb(102,89,137); }
td.TdClassName
{
border-color: #665989;
}
.TagClassName
{
border-color: #665989;
}
</style>