Shades of Kimberly #696685
Tints of Kimberly #696685
RGB
CMYK
RGB Variations
Color information
#696685 (or 0x696685) is known color: Kimberly. HEX triplet: 69, 66 and 85. RGB value is (105,102,133). Sum of RGB (Red+Green+Blue) = 105+102+133=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #696685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696685 is #96997A. Grayscale: #6A6A6A. Windows color (decimal): -9869691 or 8742505. OLE color: 8742505.
HSL color Cylindrical-coordinate representation of color #696685: hue angle of 245.81º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696685 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 102 | 133 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.48 |
| HSL | 245.81º | 0.13% | 0.46% | - |
| HSV(B) | 245.81º | 0.23% | 0.52% | - |
| XYZ | 14.81 | 14.2 | 24.15 | - |
| YUV | 106.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 133 | 0.21 | 0.23 | 0 | 0.48 | 245.81 | 0.13 | 0.46 |
| Hex | 69 | 66 | 85 | 15 | 17 | 0 | 30 | F6 | D | 2E |
| Octal | 151 | 146 | 205 | 25 | 27 | 0 | 60 | 366 | 15 | 56 |
| Binary | 1101001 | 1100110 | 10000101 | 10101 | 10111 | 0 | 110000 | 11110110 | 1101 | 101110 |
Color Harmonies of #696685
Complementary color
Monochromatic Colors of #696685
Black with #696685
Text Example
Text Example
White with #696685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696685; }
p { color: rgb(105,102,133); }
H1.HeaderClassName
{
color: #696685;
}
.AnyTagClassName
{
color: #696685;
}
</style>
background-color css
<style>
a { background-color: #696685; }
a { background-color: rgb(105,102,133); }
div.DivClassName
{
background-color: #696685;
}
.BgClassName
{
background-color: #696685;
}
</style>
border-color css
<style>
span { border-color: #696685; }
span { border-color: rgb(105,102,133); }
td.TdClassName
{
border-color: #696685;
}
.TagClassName
{
border-color: #696685;
}
</style>