Shades of Kimberly #696388
Tints of Kimberly #696388
RGB
CMYK
RGB Variations
Color information
#696388 (or 0x696388) is known color: Kimberly. HEX triplet: 69, 63 and 88. RGB value is (105,99,136). Sum of RGB (Red+Green+Blue) = 105+99+136=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #696388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696388 is #969C77. Grayscale: #686868. Windows color (decimal): -9870456 or 8938345. OLE color: 8938345.
HSL color Cylindrical-coordinate representation of color #696388: hue angle of 249.73º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696388 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 99 | 136 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.47 |
| HSL | 249.73º | 0.16% | 0.46% | - |
| HSV(B) | 249.73º | 0.27% | 0.53% | - |
| XYZ | 14.73 | 13.7 | 25.16 | - |
| YUV | 105.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 136 | 0.23 | 0.27 | 0 | 0.47 | 249.73 | 0.16 | 0.46 |
| Hex | 69 | 63 | 88 | 17 | 1B | 0 | 2F | FA | 10 | 2E |
| Octal | 151 | 143 | 210 | 27 | 33 | 0 | 57 | 372 | 20 | 56 |
| Binary | 1101001 | 1100011 | 10001000 | 10111 | 11011 | 0 | 101111 | 11111010 | 10000 | 101110 |
Color Harmonies of #696388
Complementary color
Monochromatic Colors of #696388
Black with #696388
Text Example
Text Example
White with #696388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696388; }
p { color: rgb(105,99,136); }
H1.HeaderClassName
{
color: #696388;
}
.AnyTagClassName
{
color: #696388;
}
</style>
background-color css
<style>
a { background-color: #696388; }
a { background-color: rgb(105,99,136); }
div.DivClassName
{
background-color: #696388;
}
.BgClassName
{
background-color: #696388;
}
</style>
border-color css
<style>
span { border-color: #696388; }
span { border-color: rgb(105,99,136); }
td.TdClassName
{
border-color: #696388;
}
.TagClassName
{
border-color: #696388;
}
</style>