Shades of Kimberly #68597A
Tints of Kimberly #68597A
RGB
CMYK
RGB Variations
Color information
#68597A (or 0x68597A) is known color: Kimberly. HEX triplet: 68, 59 and 7A. RGB value is (104,89,122). Sum of RGB (Red+Green+Blue) = 104+89+122=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #68597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68597A is #97A685. Grayscale: #616161. Windows color (decimal): -9938566 or 8018280. OLE color: 8018280.
HSL color Cylindrical-coordinate representation of color #68597A: hue angle of 267.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68597A is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 89 | 122 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.52 |
| HSL | 267.27º | 0.16% | 0.41% | - |
| HSV(B) | 267.27º | 0.27% | 0.48% | - |
| XYZ | 12.79 | 11.49 | 19.96 | - |
| YUV | 97.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 122 | 0.15 | 0.27 | 0 | 0.52 | 267.27 | 0.16 | 0.41 |
| Hex | 68 | 59 | 7A | F | 1B | 0 | 34 | 10B | 10 | 29 |
| Octal | 150 | 131 | 172 | 17 | 33 | 0 | 64 | 413 | 20 | 51 |
| Binary | 1101000 | 1011001 | 1111010 | 1111 | 11011 | 0 | 110100 | 100001011 | 10000 | 101001 |
Color Harmonies of #68597A
Complementary color
Monochromatic Colors of #68597A
Black with #68597A
Text Example
Text Example
White with #68597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68597A; }
p { color: rgb(104,89,122); }
H1.HeaderClassName
{
color: #68597A;
}
.AnyTagClassName
{
color: #68597A;
}
</style>
background-color css
<style>
a { background-color: #68597A; }
a { background-color: rgb(104,89,122); }
div.DivClassName
{
background-color: #68597A;
}
.BgClassName
{
background-color: #68597A;
}
</style>
border-color css
<style>
span { border-color: #68597A; }
span { border-color: rgb(104,89,122); }
td.TdClassName
{
border-color: #68597A;
}
.TagClassName
{
border-color: #68597A;
}
</style>