Shades of Kimberly #696288
Tints of Kimberly #696288
RGB
CMYK
RGB Variations
Color information
#696288 (or 0x696288) is known color: Kimberly. HEX triplet: 69, 62 and 88. RGB value is (105,98,136). Sum of RGB (Red+Green+Blue) = 105+98+136=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #696288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696288 is #969D77. Grayscale: #686868. Windows color (decimal): -9870712 or 8938089. OLE color: 8938089.
HSL color Cylindrical-coordinate representation of color #696288: hue angle of 251.05º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #696288 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 98 | 136 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.47 |
| HSL | 251.05º | 0.16% | 0.46% | - |
| HSV(B) | 251.05º | 0.28% | 0.53% | - |
| XYZ | 14.64 | 13.52 | 25.13 | - |
| YUV | 104.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 136 | 0.23 | 0.28 | 0 | 0.47 | 251.05 | 0.16 | 0.46 |
| Hex | 69 | 62 | 88 | 17 | 1C | 0 | 2F | FB | 10 | 2E |
| Octal | 151 | 142 | 210 | 27 | 34 | 0 | 57 | 373 | 20 | 56 |
| Binary | 1101001 | 1100010 | 10001000 | 10111 | 11100 | 0 | 101111 | 11111011 | 10000 | 101110 |
Color Harmonies of #696288
Complementary color
Monochromatic Colors of #696288
Black with #696288
Text Example
Text Example
White with #696288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696288; }
p { color: rgb(105,98,136); }
H1.HeaderClassName
{
color: #696288;
}
.AnyTagClassName
{
color: #696288;
}
</style>
background-color css
<style>
a { background-color: #696288; }
a { background-color: rgb(105,98,136); }
div.DivClassName
{
background-color: #696288;
}
.BgClassName
{
background-color: #696288;
}
</style>
border-color css
<style>
span { border-color: #696288; }
span { border-color: rgb(105,98,136); }
td.TdClassName
{
border-color: #696288;
}
.TagClassName
{
border-color: #696288;
}
</style>