Shades of Kimberly #696385
Tints of Kimberly #696385
RGB
CMYK
RGB Variations
Color information
#696385 (or 0x696385) is known color: Kimberly. HEX triplet: 69, 63 and 85. RGB value is (105,99,133). Sum of RGB (Red+Green+Blue) = 105+99+133=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #696385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696385 is #969C7A. Grayscale: #686868. Windows color (decimal): -9870459 or 8741737. OLE color: 8741737.
HSL color Cylindrical-coordinate representation of color #696385: hue angle of 250.59º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #696385 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 99 | 133 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.48 |
| HSL | 250.59º | 0.15% | 0.45% | - |
| HSV(B) | 250.59º | 0.26% | 0.52% | - |
| XYZ | 14.52 | 13.62 | 24.05 | - |
| YUV | 104.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 133 | 0.21 | 0.26 | 0 | 0.48 | 250.59 | 0.15 | 0.45 |
| Hex | 69 | 63 | 85 | 15 | 1A | 0 | 30 | FB | F | 2D |
| Octal | 151 | 143 | 205 | 25 | 32 | 0 | 60 | 373 | 17 | 55 |
| Binary | 1101001 | 1100011 | 10000101 | 10101 | 11010 | 0 | 110000 | 11111011 | 1111 | 101101 |
Color Harmonies of #696385
Complementary color
Monochromatic Colors of #696385
Black with #696385
Text Example
Text Example
White with #696385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696385; }
p { color: rgb(105,99,133); }
H1.HeaderClassName
{
color: #696385;
}
.AnyTagClassName
{
color: #696385;
}
</style>
background-color css
<style>
a { background-color: #696385; }
a { background-color: rgb(105,99,133); }
div.DivClassName
{
background-color: #696385;
}
.BgClassName
{
background-color: #696385;
}
</style>
border-color css
<style>
span { border-color: #696385; }
span { border-color: rgb(105,99,133); }
td.TdClassName
{
border-color: #696385;
}
.TagClassName
{
border-color: #696385;
}
</style>