Shades of Kimberly #685D83
Tints of Kimberly #685D83
RGB
CMYK
RGB Variations
Color information
#685D83 (or 0x685D83) is known color: Kimberly. HEX triplet: 68, 5D and 83. RGB value is (104,93,131). Sum of RGB (Red+Green+Blue) = 104+93+131=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #685D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685D83 is #97A27C. Grayscale: #646464. Windows color (decimal): -9937533 or 8609128. OLE color: 8609128.
HSL color Cylindrical-coordinate representation of color #685D83: hue angle of 257.37º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #685D83 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 93 | 131 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.49 |
| HSL | 257.37º | 0.17% | 0.44% | - |
| HSV(B) | 257.37º | 0.29% | 0.51% | - |
| XYZ | 13.72 | 12.41 | 23.15 | - |
| YUV | 100.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 131 | 0.21 | 0.29 | 0 | 0.49 | 257.37 | 0.17 | 0.44 |
| Hex | 68 | 5D | 83 | 15 | 1D | 0 | 31 | 101 | 11 | 2C |
| Octal | 150 | 135 | 203 | 25 | 35 | 0 | 61 | 401 | 21 | 54 |
| Binary | 1101000 | 1011101 | 10000011 | 10101 | 11101 | 0 | 110001 | 100000001 | 10001 | 101100 |
Color Harmonies of #685D83
Complementary color
Monochromatic Colors of #685D83
Black with #685D83
Text Example
Text Example
White with #685D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D83; }
p { color: rgb(104,93,131); }
H1.HeaderClassName
{
color: #685D83;
}
.AnyTagClassName
{
color: #685D83;
}
</style>
background-color css
<style>
a { background-color: #685D83; }
a { background-color: rgb(104,93,131); }
div.DivClassName
{
background-color: #685D83;
}
.BgClassName
{
background-color: #685D83;
}
</style>
border-color css
<style>
span { border-color: #685D83; }
span { border-color: rgb(104,93,131); }
td.TdClassName
{
border-color: #685D83;
}
.TagClassName
{
border-color: #685D83;
}
</style>