Shades of Kimberly #685F80
Tints of Kimberly #685F80
RGB
CMYK
RGB Variations
Color information
#685F80 (or 0x685F80) is known color: Kimberly. HEX triplet: 68, 5F and 80. RGB value is (104,95,128). Sum of RGB (Red+Green+Blue) = 104+95+128=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #685F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685F80 is #97A07F. Grayscale: #656565. Windows color (decimal): -9937024 or 8413032. OLE color: 8413032.
HSL color Cylindrical-coordinate representation of color #685F80: hue angle of 256.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #685F80 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 95 | 128 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.50 |
| HSL | 256.36º | 0.15% | 0.44% | - |
| HSV(B) | 256.36º | 0.26% | 0.5% | - |
| XYZ | 13.7 | 12.69 | 22.15 | - |
| YUV | 101.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 128 | 0.19 | 0.26 | 0 | 0.50 | 256.36 | 0.15 | 0.44 |
| Hex | 68 | 5F | 80 | 13 | 1A | 0 | 32 | 100 | F | 2C |
| Octal | 150 | 137 | 200 | 23 | 32 | 0 | 62 | 400 | 17 | 54 |
| Binary | 1101000 | 1011111 | 10000000 | 10011 | 11010 | 0 | 110010 | 100000000 | 1111 | 101100 |
Color Harmonies of #685F80
Complementary color
Monochromatic Colors of #685F80
Black with #685F80
Text Example
Text Example
White with #685F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F80; }
p { color: rgb(104,95,128); }
H1.HeaderClassName
{
color: #685F80;
}
.AnyTagClassName
{
color: #685F80;
}
</style>
background-color css
<style>
a { background-color: #685F80; }
a { background-color: rgb(104,95,128); }
div.DivClassName
{
background-color: #685F80;
}
.BgClassName
{
background-color: #685F80;
}
</style>
border-color css
<style>
span { border-color: #685F80; }
span { border-color: rgb(104,95,128); }
td.TdClassName
{
border-color: #685F80;
}
.TagClassName
{
border-color: #685F80;
}
</style>