Shades of Kimberly #685C84
Tints of Kimberly #685C84
RGB
CMYK
RGB Variations
Color information
#685C84 (or 0x685C84) is known color: Kimberly. HEX triplet: 68, 5C and 84. RGB value is (104,92,132). Sum of RGB (Red+Green+Blue) = 104+92+132=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #685C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685C84 is #97A37B. Grayscale: #636363. Windows color (decimal): -9937788 or 8674408. OLE color: 8674408.
HSL color Cylindrical-coordinate representation of color #685C84: hue angle of 258º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685C84 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 92 | 132 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.48 |
| HSL | 258º | 0.18% | 0.44% | - |
| HSV(B) | 258º | 0.3% | 0.52% | - |
| XYZ | 13.7 | 12.26 | 23.47 | - |
| YUV | 100.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 132 | 0.21 | 0.30 | 0 | 0.48 | 258 | 0.18 | 0.44 |
| Hex | 68 | 5C | 84 | 15 | 1E | 0 | 30 | 102 | 12 | 2C |
| Octal | 150 | 134 | 204 | 25 | 36 | 0 | 60 | 402 | 22 | 54 |
| Binary | 1101000 | 1011100 | 10000100 | 10101 | 11110 | 0 | 110000 | 100000010 | 10010 | 101100 |
Color Harmonies of #685C84
Complementary color
Monochromatic Colors of #685C84
Black with #685C84
Text Example
Text Example
White with #685C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C84; }
p { color: rgb(104,92,132); }
H1.HeaderClassName
{
color: #685C84;
}
.AnyTagClassName
{
color: #685C84;
}
</style>
background-color css
<style>
a { background-color: #685C84; }
a { background-color: rgb(104,92,132); }
div.DivClassName
{
background-color: #685C84;
}
.BgClassName
{
background-color: #685C84;
}
</style>
border-color css
<style>
span { border-color: #685C84; }
span { border-color: rgb(104,92,132); }
td.TdClassName
{
border-color: #685C84;
}
.TagClassName
{
border-color: #685C84;
}
</style>