Shades of Kimberly #68587F
Tints of Kimberly #68587F
RGB
CMYK
RGB Variations
Color information
#68587F (or 0x68587F) is known color: Kimberly. HEX triplet: 68, 58 and 7F. RGB value is (104,88,127). Sum of RGB (Red+Green+Blue) = 104+88+127=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #68587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68587F is #97A780. Grayscale: #616161. Windows color (decimal): -9938817 or 8345704. OLE color: 8345704.
HSL color Cylindrical-coordinate representation of color #68587F: hue angle of 264.62º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68587F is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 88 | 127 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.50 |
| HSL | 264.62º | 0.18% | 0.42% | - |
| HSV(B) | 264.62º | 0.31% | 0.5% | - |
| XYZ | 13.03 | 11.45 | 21.6 | - |
| YUV | 97.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 127 | 0.18 | 0.31 | 0 | 0.50 | 264.62 | 0.18 | 0.42 |
| Hex | 68 | 58 | 7F | 12 | 1F | 0 | 32 | 109 | 12 | 2A |
| Octal | 150 | 130 | 177 | 22 | 37 | 0 | 62 | 411 | 22 | 52 |
| Binary | 1101000 | 1011000 | 1111111 | 10010 | 11111 | 0 | 110010 | 100001001 | 10010 | 101010 |
Color Harmonies of #68587F
Complementary color
Monochromatic Colors of #68587F
Black with #68587F
Text Example
Text Example
White with #68587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68587F; }
p { color: rgb(104,88,127); }
H1.HeaderClassName
{
color: #68587F;
}
.AnyTagClassName
{
color: #68587F;
}
</style>
background-color css
<style>
a { background-color: #68587F; }
a { background-color: rgb(104,88,127); }
div.DivClassName
{
background-color: #68587F;
}
.BgClassName
{
background-color: #68587F;
}
</style>
border-color css
<style>
span { border-color: #68587F; }
span { border-color: rgb(104,88,127); }
td.TdClassName
{
border-color: #68587F;
}
.TagClassName
{
border-color: #68587F;
}
</style>