Shades of Kimberly #696387
Tints of Kimberly #696387
RGB
CMYK
RGB Variations
Color information
#696387 (or 0x696387) is known color: Kimberly. HEX triplet: 69, 63 and 87. RGB value is (105,99,135). Sum of RGB (Red+Green+Blue) = 105+99+135=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: blue. Hex color #696387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696387 is #969C78. Grayscale: #686868. Windows color (decimal): -9870457 or 8872809. OLE color: 8872809.
HSL color Cylindrical-coordinate representation of color #696387: hue angle of 250º degrees, saturation: 0.15, 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 #696387 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 99 | 135 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.47 |
| HSL | 250º | 0.15% | 0.46% | - |
| HSV(B) | 250º | 0.27% | 0.53% | - |
| XYZ | 14.66 | 13.68 | 24.79 | - |
| YUV | 104.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 135 | 0.22 | 0.27 | 0 | 0.47 | 250 | 0.15 | 0.46 |
| Hex | 69 | 63 | 87 | 16 | 1B | 0 | 2F | FA | F | 2E |
| Octal | 151 | 143 | 207 | 26 | 33 | 0 | 57 | 372 | 17 | 56 |
| Binary | 1101001 | 1100011 | 10000111 | 10110 | 11011 | 0 | 101111 | 11111010 | 1111 | 101110 |
Color Harmonies of #696387
Complementary color
Monochromatic Colors of #696387
Black with #696387
Text Example
Text Example
White with #696387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696387; }
p { color: rgb(105,99,135); }
H1.HeaderClassName
{
color: #696387;
}
.AnyTagClassName
{
color: #696387;
}
</style>
background-color css
<style>
a { background-color: #696387; }
a { background-color: rgb(105,99,135); }
div.DivClassName
{
background-color: #696387;
}
.BgClassName
{
background-color: #696387;
}
</style>
border-color css
<style>
span { border-color: #696387; }
span { border-color: rgb(105,99,135); }
td.TdClassName
{
border-color: #696387;
}
.TagClassName
{
border-color: #696387;
}
</style>