Shades of Kimberly #696484
Tints of Kimberly #696484
RGB
CMYK
RGB Variations
Color information
#696484 (or 0x696484) is known color: Kimberly. HEX triplet: 69, 64 and 84. RGB value is (105,100,132). Sum of RGB (Red+Green+Blue) = 105+100+132=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #696484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696484 is #969B7B. Grayscale: #696969. Windows color (decimal): -9870204 or 8676457. OLE color: 8676457.
HSL color Cylindrical-coordinate representation of color #696484: hue angle of 249.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696484 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 100 | 132 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.48 |
| HSL | 249.38º | 0.14% | 0.45% | - |
| HSV(B) | 249.38º | 0.24% | 0.52% | - |
| XYZ | 14.55 | 13.78 | 23.72 | - |
| YUV | 105.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 132 | 0.20 | 0.24 | 0 | 0.48 | 249.38 | 0.14 | 0.45 |
| Hex | 69 | 64 | 84 | 14 | 18 | 0 | 30 | F9 | E | 2D |
| Octal | 151 | 144 | 204 | 24 | 30 | 0 | 60 | 371 | 16 | 55 |
| Binary | 1101001 | 1100100 | 10000100 | 10100 | 11000 | 0 | 110000 | 11111001 | 1110 | 101101 |
Color Harmonies of #696484
Complementary color
Monochromatic Colors of #696484
Black with #696484
Text Example
Text Example
White with #696484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696484; }
p { color: rgb(105,100,132); }
H1.HeaderClassName
{
color: #696484;
}
.AnyTagClassName
{
color: #696484;
}
</style>
background-color css
<style>
a { background-color: #696484; }
a { background-color: rgb(105,100,132); }
div.DivClassName
{
background-color: #696484;
}
.BgClassName
{
background-color: #696484;
}
</style>
border-color css
<style>
span { border-color: #696484; }
span { border-color: rgb(105,100,132); }
td.TdClassName
{
border-color: #696484;
}
.TagClassName
{
border-color: #696484;
}
</style>