Shades of Kimberly #696082
Tints of Kimberly #696082
RGB
CMYK
RGB Variations
Color information
#696082 (or 0x696082) is known color: Kimberly. HEX triplet: 69, 60 and 82. RGB value is (105,96,130). Sum of RGB (Red+Green+Blue) = 105+96+130=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #696082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696082 is #969F7D. Grayscale: #666666. Windows color (decimal): -9871230 or 8544361. OLE color: 8544361.
HSL color Cylindrical-coordinate representation of color #696082: hue angle of 255.88º 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 #696082 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 96 | 130 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.49 |
| HSL | 255.88º | 0.15% | 0.44% | - |
| HSV(B) | 255.88º | 0.26% | 0.51% | - |
| XYZ | 14.04 | 12.98 | 22.88 | - |
| YUV | 102.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 130 | 0.19 | 0.26 | 0 | 0.49 | 255.88 | 0.15 | 0.44 |
| Hex | 69 | 60 | 82 | 13 | 1A | 0 | 31 | 100 | F | 2C |
| Octal | 151 | 140 | 202 | 23 | 32 | 0 | 61 | 400 | 17 | 54 |
| Binary | 1101001 | 1100000 | 10000010 | 10011 | 11010 | 0 | 110001 | 100000000 | 1111 | 101100 |
Color Harmonies of #696082
Complementary color
Monochromatic Colors of #696082
Black with #696082
Text Example
Text Example
White with #696082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696082; }
p { color: rgb(105,96,130); }
H1.HeaderClassName
{
color: #696082;
}
.AnyTagClassName
{
color: #696082;
}
</style>
background-color css
<style>
a { background-color: #696082; }
a { background-color: rgb(105,96,130); }
div.DivClassName
{
background-color: #696082;
}
.BgClassName
{
background-color: #696082;
}
</style>
border-color css
<style>
span { border-color: #696082; }
span { border-color: rgb(105,96,130); }
td.TdClassName
{
border-color: #696082;
}
.TagClassName
{
border-color: #696082;
}
</style>