Shades of Kimberly #68597C
Tints of Kimberly #68597C
RGB
CMYK
RGB Variations
Color information
#68597C (or 0x68597C) is known color: Kimberly. HEX triplet: 68, 59 and 7C. RGB value is (104,89,124). Sum of RGB (Red+Green+Blue) = 104+89+124=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #68597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68597C is #97A683. Grayscale: #616161. Windows color (decimal): -9938564 or 8149352. OLE color: 8149352.
HSL color Cylindrical-coordinate representation of color #68597C: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68597C is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 89 | 124 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.51 |
| HSL | 265.71º | 0.16% | 0.42% | - |
| HSV(B) | 265.71º | 0.28% | 0.49% | - |
| XYZ | 12.92 | 11.54 | 20.62 | - |
| YUV | 97.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 124 | 0.16 | 0.28 | 0 | 0.51 | 265.71 | 0.16 | 0.42 |
| Hex | 68 | 59 | 7C | 10 | 1C | 0 | 33 | 10A | 10 | 2A |
| Octal | 150 | 131 | 174 | 20 | 34 | 0 | 63 | 412 | 20 | 52 |
| Binary | 1101000 | 1011001 | 1111100 | 10000 | 11100 | 0 | 110011 | 100001010 | 10000 | 101010 |
Color Harmonies of #68597C
Complementary color
Monochromatic Colors of #68597C
Black with #68597C
Text Example
Text Example
White with #68597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68597C; }
p { color: rgb(104,89,124); }
H1.HeaderClassName
{
color: #68597C;
}
.AnyTagClassName
{
color: #68597C;
}
</style>
background-color css
<style>
a { background-color: #68597C; }
a { background-color: rgb(104,89,124); }
div.DivClassName
{
background-color: #68597C;
}
.BgClassName
{
background-color: #68597C;
}
</style>
border-color css
<style>
span { border-color: #68597C; }
span { border-color: rgb(104,89,124); }
td.TdClassName
{
border-color: #68597C;
}
.TagClassName
{
border-color: #68597C;
}
</style>