Shades of Kimberly #685B79
Tints of Kimberly #685B79
RGB
CMYK
RGB Variations
Color information
#685B79 (or 0x685B79) is known color: Kimberly. HEX triplet: 68, 5B and 79. RGB value is (104,91,121). Sum of RGB (Red+Green+Blue) = 104+91+121=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #685B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B79 is #97A486. Grayscale: #626262. Windows color (decimal): -9938055 or 7953256. OLE color: 7953256.
HSL color Cylindrical-coordinate representation of color #685B79: hue angle of 266º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #685B79 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 91 | 121 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.53 |
| HSL | 266º | 0.14% | 0.42% | - |
| HSV(B) | 266º | 0.25% | 0.47% | - |
| XYZ | 12.9 | 11.81 | 19.69 | - |
| YUV | 98.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 121 | 0.14 | 0.25 | 0 | 0.53 | 266 | 0.14 | 0.42 |
| Hex | 68 | 5B | 79 | E | 19 | 0 | 35 | 10A | E | 2A |
| Octal | 150 | 133 | 171 | 16 | 31 | 0 | 65 | 412 | 16 | 52 |
| Binary | 1101000 | 1011011 | 1111001 | 1110 | 11001 | 0 | 110101 | 100001010 | 1110 | 101010 |
Color Harmonies of #685B79
Complementary color
Monochromatic Colors of #685B79
Black with #685B79
Text Example
Text Example
White with #685B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B79; }
p { color: rgb(104,91,121); }
H1.HeaderClassName
{
color: #685B79;
}
.AnyTagClassName
{
color: #685B79;
}
</style>
background-color css
<style>
a { background-color: #685B79; }
a { background-color: rgb(104,91,121); }
div.DivClassName
{
background-color: #685B79;
}
.BgClassName
{
background-color: #685B79;
}
</style>
border-color css
<style>
span { border-color: #685B79; }
span { border-color: rgb(104,91,121); }
td.TdClassName
{
border-color: #685B79;
}
.TagClassName
{
border-color: #685B79;
}
</style>