Shades of Kimberly #696384
Tints of Kimberly #696384
RGB
CMYK
RGB Variations
Color information
#696384 (or 0x696384) is known color: Kimberly. HEX triplet: 69, 63 and 84. RGB value is (105,99,132). Sum of RGB (Red+Green+Blue) = 105+99+132=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #696384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696384 is #969C7B. Grayscale: #686868. Windows color (decimal): -9870460 or 8676201. OLE color: 8676201.
HSL color Cylindrical-coordinate representation of color #696384: hue angle of 250.91º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696384 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 99 | 132 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.48 |
| HSL | 250.91º | 0.14% | 0.45% | - |
| HSV(B) | 250.91º | 0.25% | 0.52% | - |
| XYZ | 14.45 | 13.59 | 23.69 | - |
| YUV | 104.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 132 | 0.20 | 0.25 | 0 | 0.48 | 250.91 | 0.14 | 0.45 |
| Hex | 69 | 63 | 84 | 14 | 19 | 0 | 30 | FB | E | 2D |
| Octal | 151 | 143 | 204 | 24 | 31 | 0 | 60 | 373 | 16 | 55 |
| Binary | 1101001 | 1100011 | 10000100 | 10100 | 11001 | 0 | 110000 | 11111011 | 1110 | 101101 |
Color Harmonies of #696384
Complementary color
Monochromatic Colors of #696384
Black with #696384
Text Example
Text Example
White with #696384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696384; }
p { color: rgb(105,99,132); }
H1.HeaderClassName
{
color: #696384;
}
.AnyTagClassName
{
color: #696384;
}
</style>
background-color css
<style>
a { background-color: #696384; }
a { background-color: rgb(105,99,132); }
div.DivClassName
{
background-color: #696384;
}
.BgClassName
{
background-color: #696384;
}
</style>
border-color css
<style>
span { border-color: #696384; }
span { border-color: rgb(105,99,132); }
td.TdClassName
{
border-color: #696384;
}
.TagClassName
{
border-color: #696384;
}
</style>