Shades of Kimberly #696489
Tints of Kimberly #696489
RGB
CMYK
RGB Variations
Color information
#696489 (or 0x696489) is known color: Kimberly. HEX triplet: 69, 64 and 89. RGB value is (105,100,137). Sum of RGB (Red+Green+Blue) = 105+100+137=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #696489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696489 is #969B76. Grayscale: #696969. Windows color (decimal): -9870199 or 9004137. OLE color: 9004137.
HSL color Cylindrical-coordinate representation of color #696489: hue angle of 248.11º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696489 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 100 | 137 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.46 |
| HSL | 248.11º | 0.16% | 0.46% | - |
| HSV(B) | 248.11º | 0.27% | 0.54% | - |
| XYZ | 14.9 | 13.92 | 25.57 | - |
| YUV | 105.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 137 | 0.23 | 0.27 | 0 | 0.46 | 248.11 | 0.16 | 0.46 |
| Hex | 69 | 64 | 89 | 17 | 1B | 0 | 2E | F8 | 10 | 2E |
| Octal | 151 | 144 | 211 | 27 | 33 | 0 | 56 | 370 | 20 | 56 |
| Binary | 1101001 | 1100100 | 10001001 | 10111 | 11011 | 0 | 101110 | 11111000 | 10000 | 101110 |
Color Harmonies of #696489
Complementary color
Monochromatic Colors of #696489
Black with #696489
Text Example
Text Example
White with #696489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696489; }
p { color: rgb(105,100,137); }
H1.HeaderClassName
{
color: #696489;
}
.AnyTagClassName
{
color: #696489;
}
</style>
background-color css
<style>
a { background-color: #696489; }
a { background-color: rgb(105,100,137); }
div.DivClassName
{
background-color: #696489;
}
.BgClassName
{
background-color: #696489;
}
</style>
border-color css
<style>
span { border-color: #696489; }
span { border-color: rgb(105,100,137); }
td.TdClassName
{
border-color: #696489;
}
.TagClassName
{
border-color: #696489;
}
</style>