Shades of Kimberly #695C89
Tints of Kimberly #695C89
RGB
CMYK
RGB Variations
Color information
#695C89 (or 0x695C89) is known color: Kimberly. HEX triplet: 69, 5C and 89. RGB value is (105,92,137). Sum of RGB (Red+Green+Blue) = 105+92+137=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #695C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695C89 is #96A376. Grayscale: #646464. Windows color (decimal): -9872247 or 9002089. OLE color: 9002089.
HSL color Cylindrical-coordinate representation of color #695C89: hue angle of 257.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #695C89 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 92 | 137 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.46 |
| HSL | 257.33º | 0.2% | 0.45% | - |
| HSV(B) | 257.33º | 0.33% | 0.54% | - |
| XYZ | 14.17 | 12.46 | 25.33 | - |
| YUV | 101.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 137 | 0.23 | 0.33 | 0 | 0.46 | 257.33 | 0.2 | 0.45 |
| Hex | 69 | 5C | 89 | 17 | 21 | 0 | 2E | 101 | 14 | 2D |
| Octal | 151 | 134 | 211 | 27 | 41 | 0 | 56 | 401 | 24 | 55 |
| Binary | 1101001 | 1011100 | 10001001 | 10111 | 100001 | 0 | 101110 | 100000001 | 10100 | 101101 |
Color Harmonies of #695C89
Complementary color
Monochromatic Colors of #695C89
Black with #695C89
Text Example
Text Example
White with #695C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C89; }
p { color: rgb(105,92,137); }
H1.HeaderClassName
{
color: #695C89;
}
.AnyTagClassName
{
color: #695C89;
}
</style>
background-color css
<style>
a { background-color: #695C89; }
a { background-color: rgb(105,92,137); }
div.DivClassName
{
background-color: #695C89;
}
.BgClassName
{
background-color: #695C89;
}
</style>
border-color css
<style>
span { border-color: #695C89; }
span { border-color: rgb(105,92,137); }
td.TdClassName
{
border-color: #695C89;
}
.TagClassName
{
border-color: #695C89;
}
</style>