Shades of Kimberly #695F7C
Tints of Kimberly #695F7C
RGB
CMYK
RGB Variations
Color information
#695F7C (or 0x695F7C) is known color: Kimberly. HEX triplet: 69, 5F and 7C. RGB value is (105,95,124). Sum of RGB (Red+Green+Blue) = 105+95+124=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #695F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F7C is #96A083. Grayscale: #656565. Windows color (decimal): -9871492 or 8150889. OLE color: 8150889.
HSL color Cylindrical-coordinate representation of color #695F7C: hue angle of 260.69º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #695F7C is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 95 | 124 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.51 |
| HSL | 260.69º | 0.13% | 0.43% | - |
| HSV(B) | 260.69º | 0.23% | 0.49% | - |
| XYZ | 13.56 | 12.64 | 20.79 | - |
| YUV | 101.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 124 | 0.15 | 0.23 | 0 | 0.51 | 260.69 | 0.13 | 0.43 |
| Hex | 69 | 5F | 7C | F | 17 | 0 | 33 | 105 | D | 2B |
| Octal | 151 | 137 | 174 | 17 | 27 | 0 | 63 | 405 | 15 | 53 |
| Binary | 1101001 | 1011111 | 1111100 | 1111 | 10111 | 0 | 110011 | 100000101 | 1101 | 101011 |
Color Harmonies of #695F7C
Complementary color
Monochromatic Colors of #695F7C
Black with #695F7C
Text Example
Text Example
White with #695F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F7C; }
p { color: rgb(105,95,124); }
H1.HeaderClassName
{
color: #695F7C;
}
.AnyTagClassName
{
color: #695F7C;
}
</style>
background-color css
<style>
a { background-color: #695F7C; }
a { background-color: rgb(105,95,124); }
div.DivClassName
{
background-color: #695F7C;
}
.BgClassName
{
background-color: #695F7C;
}
</style>
border-color css
<style>
span { border-color: #695F7C; }
span { border-color: rgb(105,95,124); }
td.TdClassName
{
border-color: #695F7C;
}
.TagClassName
{
border-color: #695F7C;
}
</style>