Shades of Kimberly #696287
Tints of Kimberly #696287
RGB
CMYK
RGB Variations
Color information
#696287 (or 0x696287) is known color: Kimberly. HEX triplet: 69, 62 and 87. RGB value is (105,98,135). Sum of RGB (Red+Green+Blue) = 105+98+135=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #696287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696287 is #969D78. Grayscale: #686868. Windows color (decimal): -9870713 or 8872553. OLE color: 8872553.
HSL color Cylindrical-coordinate representation of color #696287: hue angle of 251.35º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696287 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 98 | 135 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.47 |
| HSL | 251.35º | 0.16% | 0.46% | - |
| HSV(B) | 251.35º | 0.27% | 0.53% | - |
| XYZ | 14.57 | 13.49 | 24.76 | - |
| YUV | 104.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 135 | 0.22 | 0.27 | 0 | 0.47 | 251.35 | 0.16 | 0.46 |
| Hex | 69 | 62 | 87 | 16 | 1B | 0 | 2F | FB | 10 | 2E |
| Octal | 151 | 142 | 207 | 26 | 33 | 0 | 57 | 373 | 20 | 56 |
| Binary | 1101001 | 1100010 | 10000111 | 10110 | 11011 | 0 | 101111 | 11111011 | 10000 | 101110 |
Color Harmonies of #696287
Complementary color
Monochromatic Colors of #696287
Black with #696287
Text Example
Text Example
White with #696287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696287; }
p { color: rgb(105,98,135); }
H1.HeaderClassName
{
color: #696287;
}
.AnyTagClassName
{
color: #696287;
}
</style>
background-color css
<style>
a { background-color: #696287; }
a { background-color: rgb(105,98,135); }
div.DivClassName
{
background-color: #696287;
}
.BgClassName
{
background-color: #696287;
}
</style>
border-color css
<style>
span { border-color: #696287; }
span { border-color: rgb(105,98,135); }
td.TdClassName
{
border-color: #696287;
}
.TagClassName
{
border-color: #696287;
}
</style>