Shades of Kimberly #695D86
Tints of Kimberly #695D86
RGB
CMYK
RGB Variations
Color information
#695D86 (or 0x695D86) is known color: Kimberly. HEX triplet: 69, 5D and 86. RGB value is (105,93,134). Sum of RGB (Red+Green+Blue) = 105+93+134=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #695D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D86 is #96A279. Grayscale: #656565. Windows color (decimal): -9871994 or 8805737. OLE color: 8805737.
HSL color Cylindrical-coordinate representation of color #695D86: hue angle of 257.56º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #695D86 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 93 | 134 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.47 |
| HSL | 257.56º | 0.18% | 0.45% | - |
| HSV(B) | 257.56º | 0.31% | 0.53% | - |
| XYZ | 14.04 | 12.55 | 24.24 | - |
| YUV | 101.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 134 | 0.22 | 0.31 | 0 | 0.47 | 257.56 | 0.18 | 0.45 |
| Hex | 69 | 5D | 86 | 16 | 1F | 0 | 2F | 102 | 12 | 2D |
| Octal | 151 | 135 | 206 | 26 | 37 | 0 | 57 | 402 | 22 | 55 |
| Binary | 1101001 | 1011101 | 10000110 | 10110 | 11111 | 0 | 101111 | 100000010 | 10010 | 101101 |
Color Harmonies of #695D86
Complementary color
Monochromatic Colors of #695D86
Black with #695D86
Text Example
Text Example
White with #695D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D86; }
p { color: rgb(105,93,134); }
H1.HeaderClassName
{
color: #695D86;
}
.AnyTagClassName
{
color: #695D86;
}
</style>
background-color css
<style>
a { background-color: #695D86; }
a { background-color: rgb(105,93,134); }
div.DivClassName
{
background-color: #695D86;
}
.BgClassName
{
background-color: #695D86;
}
</style>
border-color css
<style>
span { border-color: #695D86; }
span { border-color: rgb(105,93,134); }
td.TdClassName
{
border-color: #695D86;
}
.TagClassName
{
border-color: #695D86;
}
</style>