Shades of Kimberly #695C7B
Tints of Kimberly #695C7B
RGB
CMYK
RGB Variations
Color information
#695C7B (or 0x695C7B) is known color: Kimberly. HEX triplet: 69, 5C and 7B. RGB value is (105,92,123). Sum of RGB (Red+Green+Blue) = 105+92+123=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #695C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C7B is #96A384. Grayscale: #636363. Windows color (decimal): -9872261 or 8084585. OLE color: 8084585.
HSL color Cylindrical-coordinate representation of color #695C7B: hue angle of 265.16º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #695C7B is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 92 | 123 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.52 |
| HSL | 265.16º | 0.14% | 0.42% | - |
| HSV(B) | 265.16º | 0.25% | 0.48% | - |
| XYZ | 13.23 | 12.09 | 20.37 | - |
| YUV | 99.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 123 | 0.15 | 0.25 | 0 | 0.52 | 265.16 | 0.14 | 0.42 |
| Hex | 69 | 5C | 7B | F | 19 | 0 | 34 | 109 | E | 2A |
| Octal | 151 | 134 | 173 | 17 | 31 | 0 | 64 | 411 | 16 | 52 |
| Binary | 1101001 | 1011100 | 1111011 | 1111 | 11001 | 0 | 110100 | 100001001 | 1110 | 101010 |
Color Harmonies of #695C7B
Complementary color
Monochromatic Colors of #695C7B
Black with #695C7B
Text Example
Text Example
White with #695C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C7B; }
p { color: rgb(105,92,123); }
H1.HeaderClassName
{
color: #695C7B;
}
.AnyTagClassName
{
color: #695C7B;
}
</style>
background-color css
<style>
a { background-color: #695C7B; }
a { background-color: rgb(105,92,123); }
div.DivClassName
{
background-color: #695C7B;
}
.BgClassName
{
background-color: #695C7B;
}
</style>
border-color css
<style>
span { border-color: #695C7B; }
span { border-color: rgb(105,92,123); }
td.TdClassName
{
border-color: #695C7B;
}
.TagClassName
{
border-color: #695C7B;
}
</style>