Shades of Kimberly #696788
Tints of Kimberly #696788
RGB
CMYK
RGB Variations
Color information
#696788 (or 0x696788) is known color: Kimberly. HEX triplet: 69, 67 and 88. RGB value is (105,103,136). Sum of RGB (Red+Green+Blue) = 105+103+136=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #696788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696788 is #969877. Grayscale: #6B6B6B. Windows color (decimal): -9869432 or 8939369. OLE color: 8939369.
HSL color Cylindrical-coordinate representation of color #696788: hue angle of 243.64º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696788 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 103 | 136 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.47 |
| HSL | 243.64º | 0.14% | 0.47% | - |
| HSV(B) | 243.64º | 0.24% | 0.53% | - |
| XYZ | 15.12 | 14.48 | 25.29 | - |
| YUV | 107.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 136 | 0.23 | 0.24 | 0 | 0.47 | 243.64 | 0.14 | 0.47 |
| Hex | 69 | 67 | 88 | 17 | 18 | 0 | 2F | F4 | E | 2F |
| Octal | 151 | 147 | 210 | 27 | 30 | 0 | 57 | 364 | 16 | 57 |
| Binary | 1101001 | 1100111 | 10001000 | 10111 | 11000 | 0 | 101111 | 11110100 | 1110 | 101111 |
Color Harmonies of #696788
Complementary color
Monochromatic Colors of #696788
Black with #696788
Text Example
Text Example
White with #696788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696788; }
p { color: rgb(105,103,136); }
H1.HeaderClassName
{
color: #696788;
}
.AnyTagClassName
{
color: #696788;
}
</style>
background-color css
<style>
a { background-color: #696788; }
a { background-color: rgb(105,103,136); }
div.DivClassName
{
background-color: #696788;
}
.BgClassName
{
background-color: #696788;
}
</style>
border-color css
<style>
span { border-color: #696788; }
span { border-color: rgb(105,103,136); }
td.TdClassName
{
border-color: #696788;
}
.TagClassName
{
border-color: #696788;
}
</style>