Shades of Kimberly #695B7E
Tints of Kimberly #695B7E
RGB
CMYK
RGB Variations
Color information
#695B7E (or 0x695B7E) is known color: Kimberly. HEX triplet: 69, 5B and 7E. RGB value is (105,91,126). Sum of RGB (Red+Green+Blue) = 105+91+126=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 126 - color contains mainly: blue. Hex color #695B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B7E is #96A481. Grayscale: #636363. Windows color (decimal): -9872514 or 8280937. OLE color: 8280937.
HSL color Cylindrical-coordinate representation of color #695B7E: hue angle of 264º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #695B7E is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 91 | 126 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.51 |
| HSL | 264º | 0.16% | 0.43% | - |
| HSV(B) | 264º | 0.28% | 0.49% | - |
| XYZ | 13.33 | 11.99 | 21.35 | - |
| YUV | 99.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 126 | 0.17 | 0.28 | 0 | 0.51 | 264 | 0.16 | 0.43 |
| Hex | 69 | 5B | 7E | 11 | 1C | 0 | 33 | 108 | 10 | 2B |
| Octal | 151 | 133 | 176 | 21 | 34 | 0 | 63 | 410 | 20 | 53 |
| Binary | 1101001 | 1011011 | 1111110 | 10001 | 11100 | 0 | 110011 | 100001000 | 10000 | 101011 |
Color Harmonies of #695B7E
Complementary color
Monochromatic Colors of #695B7E
Black with #695B7E
Text Example
Text Example
White with #695B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B7E; }
p { color: rgb(105,91,126); }
H1.HeaderClassName
{
color: #695B7E;
}
.AnyTagClassName
{
color: #695B7E;
}
</style>
background-color css
<style>
a { background-color: #695B7E; }
a { background-color: rgb(105,91,126); }
div.DivClassName
{
background-color: #695B7E;
}
.BgClassName
{
background-color: #695B7E;
}
</style>
border-color css
<style>
span { border-color: #695B7E; }
span { border-color: rgb(105,91,126); }
td.TdClassName
{
border-color: #695B7E;
}
.TagClassName
{
border-color: #695B7E;
}
</style>