Shades of Kimberly #695B7F
Tints of Kimberly #695B7F
RGB
CMYK
RGB Variations
Color information
#695B7F (or 0x695B7F) is known color: Kimberly. HEX triplet: 69, 5B and 7F. RGB value is (105,91,127). Sum of RGB (Red+Green+Blue) = 105+91+127=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #695B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B7F is #96A480. Grayscale: #636363. Windows color (decimal): -9872513 or 8346473. OLE color: 8346473.
HSL color Cylindrical-coordinate representation of color #695B7F: hue angle of 263.33º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #695B7F is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 91 | 127 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.50 |
| HSL | 263.33º | 0.17% | 0.43% | - |
| HSV(B) | 263.33º | 0.28% | 0.5% | - |
| XYZ | 13.4 | 12.02 | 21.69 | - |
| YUV | 99.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 127 | 0.17 | 0.28 | 0 | 0.50 | 263.33 | 0.17 | 0.43 |
| Hex | 69 | 5B | 7F | 11 | 1C | 0 | 32 | 107 | 11 | 2B |
| Octal | 151 | 133 | 177 | 21 | 34 | 0 | 62 | 407 | 21 | 53 |
| Binary | 1101001 | 1011011 | 1111111 | 10001 | 11100 | 0 | 110010 | 100000111 | 10001 | 101011 |
Color Harmonies of #695B7F
Complementary color
Monochromatic Colors of #695B7F
Black with #695B7F
Text Example
Text Example
White with #695B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B7F; }
p { color: rgb(105,91,127); }
H1.HeaderClassName
{
color: #695B7F;
}
.AnyTagClassName
{
color: #695B7F;
}
</style>
background-color css
<style>
a { background-color: #695B7F; }
a { background-color: rgb(105,91,127); }
div.DivClassName
{
background-color: #695B7F;
}
.BgClassName
{
background-color: #695B7F;
}
</style>
border-color css
<style>
span { border-color: #695B7F; }
span { border-color: rgb(105,91,127); }
td.TdClassName
{
border-color: #695B7F;
}
.TagClassName
{
border-color: #695B7F;
}
</style>