Shades of Kimberly #695B89
Tints of Kimberly #695B89
RGB
CMYK
RGB Variations
Color information
#695B89 (or 0x695B89) is known color: Kimberly. HEX triplet: 69, 5B and 89. RGB value is (105,91,137). Sum of RGB (Red+Green+Blue) = 105+91+137=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #695B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695B89 is #96A476. Grayscale: #646464. Windows color (decimal): -9872503 or 9001833. OLE color: 9001833.
HSL color Cylindrical-coordinate representation of color #695B89: hue angle of 258.26º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #695B89 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 91 | 137 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.46 |
| HSL | 258.26º | 0.2% | 0.45% | - |
| HSV(B) | 258.26º | 0.34% | 0.54% | - |
| XYZ | 14.08 | 12.29 | 25.3 | - |
| YUV | 100.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 137 | 0.23 | 0.34 | 0 | 0.46 | 258.26 | 0.2 | 0.45 |
| Hex | 69 | 5B | 89 | 17 | 22 | 0 | 2E | 102 | 14 | 2D |
| Octal | 151 | 133 | 211 | 27 | 42 | 0 | 56 | 402 | 24 | 55 |
| Binary | 1101001 | 1011011 | 10001001 | 10111 | 100010 | 0 | 101110 | 100000010 | 10100 | 101101 |
Color Harmonies of #695B89
Complementary color
Monochromatic Colors of #695B89
Black with #695B89
Text Example
Text Example
White with #695B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B89; }
p { color: rgb(105,91,137); }
H1.HeaderClassName
{
color: #695B89;
}
.AnyTagClassName
{
color: #695B89;
}
</style>
background-color css
<style>
a { background-color: #695B89; }
a { background-color: rgb(105,91,137); }
div.DivClassName
{
background-color: #695B89;
}
.BgClassName
{
background-color: #695B89;
}
</style>
border-color css
<style>
span { border-color: #695B89; }
span { border-color: rgb(105,91,137); }
td.TdClassName
{
border-color: #695B89;
}
.TagClassName
{
border-color: #695B89;
}
</style>