Shades of Kimberly #695C7F
Tints of Kimberly #695C7F
RGB
CMYK
RGB Variations
Color information
#695C7F (or 0x695C7F) is known color: Kimberly. HEX triplet: 69, 5C and 7F. RGB value is (105,92,127). Sum of RGB (Red+Green+Blue) = 105+92+127=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #695C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C7F is #96A380. Grayscale: #636363. Windows color (decimal): -9872257 or 8346729. OLE color: 8346729.
HSL color Cylindrical-coordinate representation of color #695C7F: hue angle of 262.29º degrees, saturation: 0.16, 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 #695C7F is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 92 | 127 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.50 |
| HSL | 262.29º | 0.16% | 0.43% | - |
| HSV(B) | 262.29º | 0.28% | 0.5% | - |
| XYZ | 13.48 | 12.19 | 21.72 | - |
| YUV | 99.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 127 | 0.17 | 0.28 | 0 | 0.50 | 262.29 | 0.16 | 0.43 |
| Hex | 69 | 5C | 7F | 11 | 1C | 0 | 32 | 106 | 10 | 2B |
| Octal | 151 | 134 | 177 | 21 | 34 | 0 | 62 | 406 | 20 | 53 |
| Binary | 1101001 | 1011100 | 1111111 | 10001 | 11100 | 0 | 110010 | 100000110 | 10000 | 101011 |
Color Harmonies of #695C7F
Complementary color
Monochromatic Colors of #695C7F
Black with #695C7F
Text Example
Text Example
White with #695C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C7F; }
p { color: rgb(105,92,127); }
H1.HeaderClassName
{
color: #695C7F;
}
.AnyTagClassName
{
color: #695C7F;
}
</style>
background-color css
<style>
a { background-color: #695C7F; }
a { background-color: rgb(105,92,127); }
div.DivClassName
{
background-color: #695C7F;
}
.BgClassName
{
background-color: #695C7F;
}
</style>
border-color css
<style>
span { border-color: #695C7F; }
span { border-color: rgb(105,92,127); }
td.TdClassName
{
border-color: #695C7F;
}
.TagClassName
{
border-color: #695C7F;
}
</style>