Shades of Kimberly #696289
Tints of Kimberly #696289
RGB
CMYK
RGB Variations
Color information
#696289 (or 0x696289) is known color: Kimberly. HEX triplet: 69, 62 and 89. RGB value is (105,98,137). Sum of RGB (Red+Green+Blue) = 105+98+137=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #696289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696289 is #969D76. Grayscale: #686868. Windows color (decimal): -9870711 or 9003625. OLE color: 9003625.
HSL color Cylindrical-coordinate representation of color #696289: hue angle of 250.77º 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 #696289 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 98 | 137 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.46 |
| HSL | 250.77º | 0.17% | 0.46% | - |
| HSV(B) | 250.77º | 0.28% | 0.54% | - |
| XYZ | 14.71 | 13.54 | 25.51 | - |
| YUV | 104.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 137 | 0.23 | 0.28 | 0 | 0.46 | 250.77 | 0.17 | 0.46 |
| Hex | 69 | 62 | 89 | 17 | 1C | 0 | 2E | FB | 11 | 2E |
| Octal | 151 | 142 | 211 | 27 | 34 | 0 | 56 | 373 | 21 | 56 |
| Binary | 1101001 | 1100010 | 10001001 | 10111 | 11100 | 0 | 101110 | 11111011 | 10001 | 101110 |
Color Harmonies of #696289
Complementary color
Monochromatic Colors of #696289
Black with #696289
Text Example
Text Example
White with #696289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696289; }
p { color: rgb(105,98,137); }
H1.HeaderClassName
{
color: #696289;
}
.AnyTagClassName
{
color: #696289;
}
</style>
background-color css
<style>
a { background-color: #696289; }
a { background-color: rgb(105,98,137); }
div.DivClassName
{
background-color: #696289;
}
.BgClassName
{
background-color: #696289;
}
</style>
border-color css
<style>
span { border-color: #696289; }
span { border-color: rgb(105,98,137); }
td.TdClassName
{
border-color: #696289;
}
.TagClassName
{
border-color: #696289;
}
</style>