Shades of Kimberly #695D8D
Tints of Kimberly #695D8D
RGB
CMYK
RGB Variations
Color information
#695D8D (or 0x695D8D) is known color: Kimberly. HEX triplet: 69, 5D and 8D. RGB value is (105,93,141). Sum of RGB (Red+Green+Blue) = 105+93+141=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #695D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D8D is #96A272. Grayscale: #656565. Windows color (decimal): -9871987 or 9264489. OLE color: 9264489.
HSL color Cylindrical-coordinate representation of color #695D8D: hue angle of 255º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #695D8D is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 93 | 141 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.45 |
| HSL | 255º | 0.21% | 0.46% | - |
| HSV(B) | 255º | 0.34% | 0.55% | - |
| XYZ | 14.55 | 12.76 | 26.89 | - |
| YUV | 102.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 141 | 0.26 | 0.34 | 0 | 0.45 | 255 | 0.21 | 0.46 |
| Hex | 69 | 5D | 8D | 1A | 22 | 0 | 2D | FF | 15 | 2E |
| Octal | 151 | 135 | 215 | 32 | 42 | 0 | 55 | 377 | 25 | 56 |
| Binary | 1101001 | 1011101 | 10001101 | 11010 | 100010 | 0 | 101101 | 11111111 | 10101 | 101110 |
Color Harmonies of #695D8D
Complementary color
Monochromatic Colors of #695D8D
Black with #695D8D
Text Example
Text Example
White with #695D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D8D; }
p { color: rgb(105,93,141); }
H1.HeaderClassName
{
color: #695D8D;
}
.AnyTagClassName
{
color: #695D8D;
}
</style>
background-color css
<style>
a { background-color: #695D8D; }
a { background-color: rgb(105,93,141); }
div.DivClassName
{
background-color: #695D8D;
}
.BgClassName
{
background-color: #695D8D;
}
</style>
border-color css
<style>
span { border-color: #695D8D; }
span { border-color: rgb(105,93,141); }
td.TdClassName
{
border-color: #695D8D;
}
.TagClassName
{
border-color: #695D8D;
}
</style>