Shades of Kimberly #685E86
Tints of Kimberly #685E86
RGB
CMYK
RGB Variations
Color information
#685E86 (or 0x685E86) is known color: Kimberly. HEX triplet: 68, 5E and 86. RGB value is (104,94,134). Sum of RGB (Red+Green+Blue) = 104+94+134=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #685E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685E86 is #97A179. Grayscale: #656565. Windows color (decimal): -9937274 or 8805992. OLE color: 8805992.
HSL color Cylindrical-coordinate representation of color #685E86: hue angle of 255º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685E86 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 94 | 134 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.47 |
| HSL | 255º | 0.18% | 0.45% | - |
| HSV(B) | 255º | 0.3% | 0.53% | - |
| XYZ | 14.01 | 12.67 | 24.26 | - |
| YUV | 101.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 134 | 0.22 | 0.30 | 0 | 0.47 | 255 | 0.18 | 0.45 |
| Hex | 68 | 5E | 86 | 16 | 1E | 0 | 2F | FF | 12 | 2D |
| Octal | 150 | 136 | 206 | 26 | 36 | 0 | 57 | 377 | 22 | 55 |
| Binary | 1101000 | 1011110 | 10000110 | 10110 | 11110 | 0 | 101111 | 11111111 | 10010 | 101101 |
Color Harmonies of #685E86
Complementary color
Monochromatic Colors of #685E86
Black with #685E86
Text Example
Text Example
White with #685E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E86; }
p { color: rgb(104,94,134); }
H1.HeaderClassName
{
color: #685E86;
}
.AnyTagClassName
{
color: #685E86;
}
</style>
background-color css
<style>
a { background-color: #685E86; }
a { background-color: rgb(104,94,134); }
div.DivClassName
{
background-color: #685E86;
}
.BgClassName
{
background-color: #685E86;
}
</style>
border-color css
<style>
span { border-color: #685E86; }
span { border-color: rgb(104,94,134); }
td.TdClassName
{
border-color: #685E86;
}
.TagClassName
{
border-color: #685E86;
}
</style>