Shades of Kimberly #685D8F
Tints of Kimberly #685D8F
RGB
CMYK
RGB Variations
Color information
#685D8F (or 0x685D8F) is known color: Kimberly. HEX triplet: 68, 5D and 8F. RGB value is (104,93,143). Sum of RGB (Red+Green+Blue) = 104+93+143=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #685D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685D8F is #97A270. Grayscale: #656565. Windows color (decimal): -9937521 or 9395560. OLE color: 9395560.
HSL color Cylindrical-coordinate representation of color #685D8F: hue angle of 253.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685D8F is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 93 | 143 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.44 |
| HSL | 253.2º | 0.21% | 0.46% | - |
| HSV(B) | 253.2º | 0.35% | 0.56% | - |
| XYZ | 14.58 | 12.75 | 27.68 | - |
| YUV | 101.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 143 | 0.27 | 0.35 | 0 | 0.44 | 253.2 | 0.21 | 0.46 |
| Hex | 68 | 5D | 8F | 1B | 23 | 0 | 2C | FD | 15 | 2E |
| Octal | 150 | 135 | 217 | 33 | 43 | 0 | 54 | 375 | 25 | 56 |
| Binary | 1101000 | 1011101 | 10001111 | 11011 | 100011 | 0 | 101100 | 11111101 | 10101 | 101110 |
Color Harmonies of #685D8F
Complementary color
Monochromatic Colors of #685D8F
Black with #685D8F
Text Example
Text Example
White with #685D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D8F; }
p { color: rgb(104,93,143); }
H1.HeaderClassName
{
color: #685D8F;
}
.AnyTagClassName
{
color: #685D8F;
}
</style>
background-color css
<style>
a { background-color: #685D8F; }
a { background-color: rgb(104,93,143); }
div.DivClassName
{
background-color: #685D8F;
}
.BgClassName
{
background-color: #685D8F;
}
</style>
border-color css
<style>
span { border-color: #685D8F; }
span { border-color: rgb(104,93,143); }
td.TdClassName
{
border-color: #685D8F;
}
.TagClassName
{
border-color: #685D8F;
}
</style>