Shades of Kimberly #68587D
Tints of Kimberly #68587D
RGB
CMYK
RGB Variations
Color information
#68587D (or 0x68587D) is known color: Kimberly. HEX triplet: 68, 58 and 7D. RGB value is (104,88,125). Sum of RGB (Red+Green+Blue) = 104+88+125=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #68587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68587D is #97A782. Grayscale: #606060. Windows color (decimal): -9938819 or 8214632. OLE color: 8214632.
HSL color Cylindrical-coordinate representation of color #68587D: hue angle of 265.95º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68587D is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 88 | 125 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.51 |
| HSL | 265.95º | 0.17% | 0.42% | - |
| HSV(B) | 265.95º | 0.3% | 0.49% | - |
| XYZ | 12.9 | 11.4 | 20.92 | - |
| YUV | 97 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 125 | 0.17 | 0.30 | 0 | 0.51 | 265.95 | 0.17 | 0.42 |
| Hex | 68 | 58 | 7D | 11 | 1E | 0 | 33 | 10A | 11 | 2A |
| Octal | 150 | 130 | 175 | 21 | 36 | 0 | 63 | 412 | 21 | 52 |
| Binary | 1101000 | 1011000 | 1111101 | 10001 | 11110 | 0 | 110011 | 100001010 | 10001 | 101010 |
Color Harmonies of #68587D
Complementary color
Monochromatic Colors of #68587D
Black with #68587D
Text Example
Text Example
White with #68587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68587D; }
p { color: rgb(104,88,125); }
H1.HeaderClassName
{
color: #68587D;
}
.AnyTagClassName
{
color: #68587D;
}
</style>
background-color css
<style>
a { background-color: #68587D; }
a { background-color: rgb(104,88,125); }
div.DivClassName
{
background-color: #68587D;
}
.BgClassName
{
background-color: #68587D;
}
</style>
border-color css
<style>
span { border-color: #68587D; }
span { border-color: rgb(104,88,125); }
td.TdClassName
{
border-color: #68587D;
}
.TagClassName
{
border-color: #68587D;
}
</style>