Shades of Kimberly #696090
Tints of Kimberly #696090
RGB
CMYK
RGB Variations
Color information
#696090 (or 0x696090) is known color: Kimberly. HEX triplet: 69, 60 and 90. RGB value is (105,96,144). Sum of RGB (Red+Green+Blue) = 105+96+144=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #696090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696090 is #969F6F. Grayscale: #676767. Windows color (decimal): -9871216 or 9461865. OLE color: 9461865.
HSL color Cylindrical-coordinate representation of color #696090: hue angle of 251.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696090 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 96 | 144 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.44 |
| HSL | 251.25º | 0.2% | 0.47% | - |
| HSV(B) | 251.25º | 0.33% | 0.56% | - |
| XYZ | 15.04 | 13.38 | 28.18 | - |
| YUV | 104.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 144 | 0.27 | 0.33 | 0 | 0.44 | 251.25 | 0.2 | 0.47 |
| Hex | 69 | 60 | 90 | 1B | 21 | 0 | 2C | FB | 14 | 2F |
| Octal | 151 | 140 | 220 | 33 | 41 | 0 | 54 | 373 | 24 | 57 |
| Binary | 1101001 | 1100000 | 10010000 | 11011 | 100001 | 0 | 101100 | 11111011 | 10100 | 101111 |
Color Harmonies of #696090
Complementary color
Monochromatic Colors of #696090
Black with #696090
Text Example
Text Example
White with #696090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696090; }
p { color: rgb(105,96,144); }
H1.HeaderClassName
{
color: #696090;
}
.AnyTagClassName
{
color: #696090;
}
</style>
background-color css
<style>
a { background-color: #696090; }
a { background-color: rgb(105,96,144); }
div.DivClassName
{
background-color: #696090;
}
.BgClassName
{
background-color: #696090;
}
</style>
border-color css
<style>
span { border-color: #696090; }
span { border-color: rgb(105,96,144); }
td.TdClassName
{
border-color: #696090;
}
.TagClassName
{
border-color: #696090;
}
</style>