Shades of Kimberly #686588
Tints of Kimberly #686588
RGB
CMYK
RGB Variations
Color information
#686588 (or 0x686588) is known color: Kimberly. HEX triplet: 68, 65 and 88. RGB value is (104,101,136). Sum of RGB (Red+Green+Blue) = 104+101+136=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #686588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686588 is #979A77. Grayscale: #696969. Windows color (decimal): -9935480 or 8938856. OLE color: 8938856.
HSL color Cylindrical-coordinate representation of color #686588: hue angle of 245.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #686588 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 101 | 136 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.47 |
| HSL | 245.14º | 0.15% | 0.46% | - |
| HSV(B) | 245.14º | 0.26% | 0.53% | - |
| XYZ | 14.81 | 14.03 | 25.22 | - |
| YUV | 105.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 136 | 0.24 | 0.26 | 0 | 0.47 | 245.14 | 0.15 | 0.46 |
| Hex | 68 | 65 | 88 | 18 | 1A | 0 | 2F | F5 | F | 2E |
| Octal | 150 | 145 | 210 | 30 | 32 | 0 | 57 | 365 | 17 | 56 |
| Binary | 1101000 | 1100101 | 10001000 | 11000 | 11010 | 0 | 101111 | 11110101 | 1111 | 101110 |
Color Harmonies of #686588
Complementary color
Monochromatic Colors of #686588
Black with #686588
Text Example
Text Example
White with #686588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686588; }
p { color: rgb(104,101,136); }
H1.HeaderClassName
{
color: #686588;
}
.AnyTagClassName
{
color: #686588;
}
</style>
background-color css
<style>
a { background-color: #686588; }
a { background-color: rgb(104,101,136); }
div.DivClassName
{
background-color: #686588;
}
.BgClassName
{
background-color: #686588;
}
</style>
border-color css
<style>
span { border-color: #686588; }
span { border-color: rgb(104,101,136); }
td.TdClassName
{
border-color: #686588;
}
.TagClassName
{
border-color: #686588;
}
</style>