Shades of Kimberly #695E87
Tints of Kimberly #695E87
RGB
CMYK
RGB Variations
Color information
#695E87 (or 0x695E87) is known color: Kimberly. HEX triplet: 69, 5E and 87. RGB value is (105,94,135). Sum of RGB (Red+Green+Blue) = 105+94+135=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #695E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695E87 is #96A178. Grayscale: #656565. Windows color (decimal): -9871737 or 8871529. OLE color: 8871529.
HSL color Cylindrical-coordinate representation of color #695E87: hue angle of 256.1º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695E87 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 94 | 135 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.47 |
| HSL | 256.1º | 0.18% | 0.45% | - |
| HSV(B) | 256.1º | 0.3% | 0.53% | - |
| XYZ | 14.2 | 12.76 | 24.64 | - |
| YUV | 101.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 135 | 0.22 | 0.30 | 0 | 0.47 | 256.1 | 0.18 | 0.45 |
| Hex | 69 | 5E | 87 | 16 | 1E | 0 | 2F | 100 | 12 | 2D |
| Octal | 151 | 136 | 207 | 26 | 36 | 0 | 57 | 400 | 22 | 55 |
| Binary | 1101001 | 1011110 | 10000111 | 10110 | 11110 | 0 | 101111 | 100000000 | 10010 | 101101 |
Color Harmonies of #695E87
Complementary color
Monochromatic Colors of #695E87
Black with #695E87
Text Example
Text Example
White with #695E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695E87; }
p { color: rgb(105,94,135); }
H1.HeaderClassName
{
color: #695E87;
}
.AnyTagClassName
{
color: #695E87;
}
</style>
background-color css
<style>
a { background-color: #695E87; }
a { background-color: rgb(105,94,135); }
div.DivClassName
{
background-color: #695E87;
}
.BgClassName
{
background-color: #695E87;
}
</style>
border-color css
<style>
span { border-color: #695E87; }
span { border-color: rgb(105,94,135); }
td.TdClassName
{
border-color: #695E87;
}
.TagClassName
{
border-color: #695E87;
}
</style>