Shades of Kimberly #685F83
Tints of Kimberly #685F83
RGB
CMYK
RGB Variations
Color information
#685F83 (or 0x685F83) is known color: Kimberly. HEX triplet: 68, 5F and 83. RGB value is (104,95,131). Sum of RGB (Red+Green+Blue) = 104+95+131=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #685F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685F83 is #97A07C. Grayscale: #656565. Windows color (decimal): -9937021 or 8609640. OLE color: 8609640.
HSL color Cylindrical-coordinate representation of color #685F83: hue angle of 255º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #685F83 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 95 | 131 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.49 |
| HSL | 255º | 0.16% | 0.44% | - |
| HSV(B) | 255º | 0.27% | 0.51% | - |
| XYZ | 13.9 | 12.77 | 23.2 | - |
| YUV | 101.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 131 | 0.21 | 0.27 | 0 | 0.49 | 255 | 0.16 | 0.44 |
| Hex | 68 | 5F | 83 | 15 | 1B | 0 | 31 | FF | 10 | 2C |
| Octal | 150 | 137 | 203 | 25 | 33 | 0 | 61 | 377 | 20 | 54 |
| Binary | 1101000 | 1011111 | 10000011 | 10101 | 11011 | 0 | 110001 | 11111111 | 10000 | 101100 |
Color Harmonies of #685F83
Complementary color
Monochromatic Colors of #685F83
Black with #685F83
Text Example
Text Example
White with #685F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F83; }
p { color: rgb(104,95,131); }
H1.HeaderClassName
{
color: #685F83;
}
.AnyTagClassName
{
color: #685F83;
}
</style>
background-color css
<style>
a { background-color: #685F83; }
a { background-color: rgb(104,95,131); }
div.DivClassName
{
background-color: #685F83;
}
.BgClassName
{
background-color: #685F83;
}
</style>
border-color css
<style>
span { border-color: #685F83; }
span { border-color: rgb(104,95,131); }
td.TdClassName
{
border-color: #685F83;
}
.TagClassName
{
border-color: #685F83;
}
</style>