Shades of Kimberly #696081
Tints of Kimberly #696081
RGB
CMYK
RGB Variations
Color information
#696081 (or 0x696081) is known color: Kimberly. HEX triplet: 69, 60 and 81. RGB value is (105,96,129). Sum of RGB (Red+Green+Blue) = 105+96+129=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: blue. Hex color #696081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696081 is #969F7E. Grayscale: #666666. Windows color (decimal): -9871231 or 8478825. OLE color: 8478825.
HSL color Cylindrical-coordinate representation of color #696081: hue angle of 256.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #696081 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 96 | 129 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.49 |
| HSL | 256.36º | 0.15% | 0.44% | - |
| HSV(B) | 256.36º | 0.26% | 0.51% | - |
| XYZ | 13.97 | 12.95 | 22.53 | - |
| YUV | 102.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 129 | 0.19 | 0.26 | 0 | 0.49 | 256.36 | 0.15 | 0.44 |
| Hex | 69 | 60 | 81 | 13 | 1A | 0 | 31 | 100 | F | 2C |
| Octal | 151 | 140 | 201 | 23 | 32 | 0 | 61 | 400 | 17 | 54 |
| Binary | 1101001 | 1100000 | 10000001 | 10011 | 11010 | 0 | 110001 | 100000000 | 1111 | 101100 |
Color Harmonies of #696081
Complementary color
Monochromatic Colors of #696081
Black with #696081
Text Example
Text Example
White with #696081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696081; }
p { color: rgb(105,96,129); }
H1.HeaderClassName
{
color: #696081;
}
.AnyTagClassName
{
color: #696081;
}
</style>
background-color css
<style>
a { background-color: #696081; }
a { background-color: rgb(105,96,129); }
div.DivClassName
{
background-color: #696081;
}
.BgClassName
{
background-color: #696081;
}
</style>
border-color css
<style>
span { border-color: #696081; }
span { border-color: rgb(105,96,129); }
td.TdClassName
{
border-color: #696081;
}
.TagClassName
{
border-color: #696081;
}
</style>