Shades of Kimberly #696286
Tints of Kimberly #696286
RGB
CMYK
RGB Variations
Color information
#696286 (or 0x696286) is known color: Kimberly. HEX triplet: 69, 62 and 86. RGB value is (105,98,134). Sum of RGB (Red+Green+Blue) = 105+98+134=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #696286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696286 is #969D79. Grayscale: #686868. Windows color (decimal): -9870714 or 8807017. OLE color: 8807017.
HSL color Cylindrical-coordinate representation of color #696286: hue angle of 251.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696286 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 98 | 134 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.47 |
| HSL | 251.67º | 0.16% | 0.45% | - |
| HSV(B) | 251.67º | 0.27% | 0.53% | - |
| XYZ | 14.5 | 13.46 | 24.39 | - |
| YUV | 104.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 134 | 0.22 | 0.27 | 0 | 0.47 | 251.67 | 0.16 | 0.45 |
| Hex | 69 | 62 | 86 | 16 | 1B | 0 | 2F | FC | 10 | 2D |
| Octal | 151 | 142 | 206 | 26 | 33 | 0 | 57 | 374 | 20 | 55 |
| Binary | 1101001 | 1100010 | 10000110 | 10110 | 11011 | 0 | 101111 | 11111100 | 10000 | 101101 |
Color Harmonies of #696286
Complementary color
Monochromatic Colors of #696286
Black with #696286
Text Example
Text Example
White with #696286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696286; }
p { color: rgb(105,98,134); }
H1.HeaderClassName
{
color: #696286;
}
.AnyTagClassName
{
color: #696286;
}
</style>
background-color css
<style>
a { background-color: #696286; }
a { background-color: rgb(105,98,134); }
div.DivClassName
{
background-color: #696286;
}
.BgClassName
{
background-color: #696286;
}
</style>
border-color css
<style>
span { border-color: #696286; }
span { border-color: rgb(105,98,134); }
td.TdClassName
{
border-color: #696286;
}
.TagClassName
{
border-color: #696286;
}
</style>