Shades of Kimberly #696582
Tints of Kimberly #696582
RGB
CMYK
RGB Variations
Color information
#696582 (or 0x696582) is known color: Kimberly. HEX triplet: 69, 65 and 82. RGB value is (105,101,130). Sum of RGB (Red+Green+Blue) = 105+101+130=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #696582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696582 is #969A7D. Grayscale: #696969. Windows color (decimal): -9869950 or 8545641. OLE color: 8545641.
HSL color Cylindrical-coordinate representation of color #696582: hue angle of 248.28º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #696582 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 101 | 130 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.49 |
| HSL | 248.28º | 0.13% | 0.45% | - |
| HSV(B) | 248.28º | 0.22% | 0.51% | - |
| XYZ | 14.51 | 13.92 | 23.04 | - |
| YUV | 105.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 130 | 0.19 | 0.22 | 0 | 0.49 | 248.28 | 0.13 | 0.45 |
| Hex | 69 | 65 | 82 | 13 | 16 | 0 | 31 | F8 | D | 2D |
| Octal | 151 | 145 | 202 | 23 | 26 | 0 | 61 | 370 | 15 | 55 |
| Binary | 1101001 | 1100101 | 10000010 | 10011 | 10110 | 0 | 110001 | 11111000 | 1101 | 101101 |
Color Harmonies of #696582
Complementary color
Monochromatic Colors of #696582
Black with #696582
Text Example
Text Example
White with #696582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696582; }
p { color: rgb(105,101,130); }
H1.HeaderClassName
{
color: #696582;
}
.AnyTagClassName
{
color: #696582;
}
</style>
background-color css
<style>
a { background-color: #696582; }
a { background-color: rgb(105,101,130); }
div.DivClassName
{
background-color: #696582;
}
.BgClassName
{
background-color: #696582;
}
</style>
border-color css
<style>
span { border-color: #696582; }
span { border-color: rgb(105,101,130); }
td.TdClassName
{
border-color: #696582;
}
.TagClassName
{
border-color: #696582;
}
</style>