Shades of Kimberly #696091
Tints of Kimberly #696091
RGB
CMYK
RGB Variations
Color information
#696091 (or 0x696091) is known color: Kimberly. HEX triplet: 69, 60 and 91. RGB value is (105,96,145). Sum of RGB (Red+Green+Blue) = 105+96+145=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #696091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696091 is #969F6E. Grayscale: #686868. Windows color (decimal): -9871215 or 9527401. OLE color: 9527401.
HSL color Cylindrical-coordinate representation of color #696091: hue angle of 251.02º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696091 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 96 | 145 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.43 |
| HSL | 251.02º | 0.2% | 0.47% | - |
| HSV(B) | 251.02º | 0.34% | 0.57% | - |
| XYZ | 15.12 | 13.41 | 28.58 | - |
| YUV | 104.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 145 | 0.28 | 0.34 | 0 | 0.43 | 251.02 | 0.2 | 0.47 |
| Hex | 69 | 60 | 91 | 1C | 22 | 0 | 2B | FB | 14 | 2F |
| Octal | 151 | 140 | 221 | 34 | 42 | 0 | 53 | 373 | 24 | 57 |
| Binary | 1101001 | 1100000 | 10010001 | 11100 | 100010 | 0 | 101011 | 11111011 | 10100 | 101111 |
Color Harmonies of #696091
Complementary color
Monochromatic Colors of #696091
Black with #696091
Text Example
Text Example
White with #696091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696091; }
p { color: rgb(105,96,145); }
H1.HeaderClassName
{
color: #696091;
}
.AnyTagClassName
{
color: #696091;
}
</style>
background-color css
<style>
a { background-color: #696091; }
a { background-color: rgb(105,96,145); }
div.DivClassName
{
background-color: #696091;
}
.BgClassName
{
background-color: #696091;
}
</style>
border-color css
<style>
span { border-color: #696091; }
span { border-color: rgb(105,96,145); }
td.TdClassName
{
border-color: #696091;
}
.TagClassName
{
border-color: #696091;
}
</style>