Shades of Kimberly #686385
Tints of Kimberly #686385
RGB
CMYK
RGB Variations
Color information
#686385 (or 0x686385) is known color: Kimberly. HEX triplet: 68, 63 and 85. RGB value is (104,99,133). Sum of RGB (Red+Green+Blue) = 104+99+133=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #686385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686385 is #979C7A. Grayscale: #686868. Windows color (decimal): -9935995 or 8741736. OLE color: 8741736.
HSL color Cylindrical-coordinate representation of color #686385: hue angle of 248.82º 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 #686385 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 99 | 133 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.48 |
| HSL | 248.82º | 0.15% | 0.45% | - |
| HSV(B) | 248.82º | 0.26% | 0.52% | - |
| XYZ | 14.4 | 13.56 | 24.05 | - |
| YUV | 104.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 133 | 0.22 | 0.26 | 0 | 0.48 | 248.82 | 0.15 | 0.45 |
| Hex | 68 | 63 | 85 | 16 | 1A | 0 | 30 | F9 | F | 2D |
| Octal | 150 | 143 | 205 | 26 | 32 | 0 | 60 | 371 | 17 | 55 |
| Binary | 1101000 | 1100011 | 10000101 | 10110 | 11010 | 0 | 110000 | 11111001 | 1111 | 101101 |
Color Harmonies of #686385
Complementary color
Monochromatic Colors of #686385
Black with #686385
Text Example
Text Example
White with #686385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686385; }
p { color: rgb(104,99,133); }
H1.HeaderClassName
{
color: #686385;
}
.AnyTagClassName
{
color: #686385;
}
</style>
background-color css
<style>
a { background-color: #686385; }
a { background-color: rgb(104,99,133); }
div.DivClassName
{
background-color: #686385;
}
.BgClassName
{
background-color: #686385;
}
</style>
border-color css
<style>
span { border-color: #686385; }
span { border-color: rgb(104,99,133); }
td.TdClassName
{
border-color: #686385;
}
.TagClassName
{
border-color: #686385;
}
</style>