Shades of Kimberly #686188
Tints of Kimberly #686188
RGB
CMYK
RGB Variations
Color information
#686188 (or 0x686188) is known color: Kimberly. HEX triplet: 68, 61 and 88. RGB value is (104,97,136). Sum of RGB (Red+Green+Blue) = 104+97+136=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #686188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686188 is #979E77. Grayscale: #676767. Windows color (decimal): -9936504 or 8937832. OLE color: 8937832.
HSL color Cylindrical-coordinate representation of color #686188: hue angle of 250.77º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #686188 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 97 | 136 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.47 |
| HSL | 250.77º | 0.17% | 0.46% | - |
| HSV(B) | 250.77º | 0.29% | 0.53% | - |
| XYZ | 14.43 | 13.27 | 25.09 | - |
| YUV | 103.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 136 | 0.24 | 0.29 | 0 | 0.47 | 250.77 | 0.17 | 0.46 |
| Hex | 68 | 61 | 88 | 18 | 1D | 0 | 2F | FB | 11 | 2E |
| Octal | 150 | 141 | 210 | 30 | 35 | 0 | 57 | 373 | 21 | 56 |
| Binary | 1101000 | 1100001 | 10001000 | 11000 | 11101 | 0 | 101111 | 11111011 | 10001 | 101110 |
Color Harmonies of #686188
Complementary color
Monochromatic Colors of #686188
Black with #686188
Text Example
Text Example
White with #686188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686188; }
p { color: rgb(104,97,136); }
H1.HeaderClassName
{
color: #686188;
}
.AnyTagClassName
{
color: #686188;
}
</style>
background-color css
<style>
a { background-color: #686188; }
a { background-color: rgb(104,97,136); }
div.DivClassName
{
background-color: #686188;
}
.BgClassName
{
background-color: #686188;
}
</style>
border-color css
<style>
span { border-color: #686188; }
span { border-color: rgb(104,97,136); }
td.TdClassName
{
border-color: #686188;
}
.TagClassName
{
border-color: #686188;
}
</style>