Shades of Kimberly #695D81
Tints of Kimberly #695D81
RGB
CMYK
RGB Variations
Color information
#695D81 (or 0x695D81) is known color: Kimberly. HEX triplet: 69, 5D and 81. RGB value is (105,93,129). Sum of RGB (Red+Green+Blue) = 105+93+129=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #695D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D81 is #96A27E. Grayscale: #646464. Windows color (decimal): -9871999 or 8478057. OLE color: 8478057.
HSL color Cylindrical-coordinate representation of color #695D81: hue angle of 260º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #695D81 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 93 | 129 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.49 |
| HSL | 260º | 0.16% | 0.44% | - |
| HSV(B) | 260º | 0.28% | 0.51% | - |
| XYZ | 13.7 | 12.42 | 22.44 | - |
| YUV | 100.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 129 | 0.19 | 0.28 | 0 | 0.49 | 260 | 0.16 | 0.44 |
| Hex | 69 | 5D | 81 | 13 | 1C | 0 | 31 | 104 | 10 | 2C |
| Octal | 151 | 135 | 201 | 23 | 34 | 0 | 61 | 404 | 20 | 54 |
| Binary | 1101001 | 1011101 | 10000001 | 10011 | 11100 | 0 | 110001 | 100000100 | 10000 | 101100 |
Color Harmonies of #695D81
Complementary color
Monochromatic Colors of #695D81
Black with #695D81
Text Example
Text Example
White with #695D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D81; }
p { color: rgb(105,93,129); }
H1.HeaderClassName
{
color: #695D81;
}
.AnyTagClassName
{
color: #695D81;
}
</style>
background-color css
<style>
a { background-color: #695D81; }
a { background-color: rgb(105,93,129); }
div.DivClassName
{
background-color: #695D81;
}
.BgClassName
{
background-color: #695D81;
}
</style>
border-color css
<style>
span { border-color: #695D81; }
span { border-color: rgb(105,93,129); }
td.TdClassName
{
border-color: #695D81;
}
.TagClassName
{
border-color: #695D81;
}
</style>