Shades of Kimberly #696187
Tints of Kimberly #696187
RGB
CMYK
RGB Variations
Color information
#696187 (or 0x696187) is known color: Kimberly. HEX triplet: 69, 61 and 87. RGB value is (105,97,135). Sum of RGB (Red+Green+Blue) = 105+97+135=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #696187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696187 is #969E78. Grayscale: #676767. Windows color (decimal): -9870969 or 8872297. OLE color: 8872297.
HSL color Cylindrical-coordinate representation of color #696187: hue angle of 252.63º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #696187 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 97 | 135 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.47 |
| HSL | 252.63º | 0.16% | 0.45% | - |
| HSV(B) | 252.63º | 0.28% | 0.53% | - |
| XYZ | 14.47 | 13.3 | 24.73 | - |
| YUV | 103.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 135 | 0.22 | 0.28 | 0 | 0.47 | 252.63 | 0.16 | 0.45 |
| Hex | 69 | 61 | 87 | 16 | 1C | 0 | 2F | FD | 10 | 2D |
| Octal | 151 | 141 | 207 | 26 | 34 | 0 | 57 | 375 | 20 | 55 |
| Binary | 1101001 | 1100001 | 10000111 | 10110 | 11100 | 0 | 101111 | 11111101 | 10000 | 101101 |
Color Harmonies of #696187
Complementary color
Monochromatic Colors of #696187
Black with #696187
Text Example
Text Example
White with #696187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696187; }
p { color: rgb(105,97,135); }
H1.HeaderClassName
{
color: #696187;
}
.AnyTagClassName
{
color: #696187;
}
</style>
background-color css
<style>
a { background-color: #696187; }
a { background-color: rgb(105,97,135); }
div.DivClassName
{
background-color: #696187;
}
.BgClassName
{
background-color: #696187;
}
</style>
border-color css
<style>
span { border-color: #696187; }
span { border-color: rgb(105,97,135); }
td.TdClassName
{
border-color: #696187;
}
.TagClassName
{
border-color: #696187;
}
</style>