Shades of Kimberly #696688
Tints of Kimberly #696688
RGB
CMYK
RGB Variations
Color information
#696688 (or 0x696688) is known color: Kimberly. HEX triplet: 69, 66 and 88. RGB value is (105,102,136). Sum of RGB (Red+Green+Blue) = 105+102+136=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #696688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696688 is #969977. Grayscale: #6A6A6A. Windows color (decimal): -9869688 or 8939113. OLE color: 8939113.
HSL color Cylindrical-coordinate representation of color #696688: hue angle of 245.29º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696688 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 102 | 136 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.47 |
| HSL | 245.29º | 0.14% | 0.47% | - |
| HSV(B) | 245.29º | 0.25% | 0.53% | - |
| XYZ | 15.02 | 14.28 | 25.26 | - |
| YUV | 106.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 136 | 0.23 | 0.25 | 0 | 0.47 | 245.29 | 0.14 | 0.47 |
| Hex | 69 | 66 | 88 | 17 | 19 | 0 | 2F | F5 | E | 2F |
| Octal | 151 | 146 | 210 | 27 | 31 | 0 | 57 | 365 | 16 | 57 |
| Binary | 1101001 | 1100110 | 10001000 | 10111 | 11001 | 0 | 101111 | 11110101 | 1110 | 101111 |
Color Harmonies of #696688
Complementary color
Monochromatic Colors of #696688
Black with #696688
Text Example
Text Example
White with #696688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696688; }
p { color: rgb(105,102,136); }
H1.HeaderClassName
{
color: #696688;
}
.AnyTagClassName
{
color: #696688;
}
</style>
background-color css
<style>
a { background-color: #696688; }
a { background-color: rgb(105,102,136); }
div.DivClassName
{
background-color: #696688;
}
.BgClassName
{
background-color: #696688;
}
</style>
border-color css
<style>
span { border-color: #696688; }
span { border-color: rgb(105,102,136); }
td.TdClassName
{
border-color: #696688;
}
.TagClassName
{
border-color: #696688;
}
</style>