Shades of Kimberly #68608D
Tints of Kimberly #68608D
RGB
CMYK
RGB Variations
Color information
#68608D (or 0x68608D) is known color: Kimberly. HEX triplet: 68, 60 and 8D. RGB value is (104,96,141). Sum of RGB (Red+Green+Blue) = 104+96+141=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #68608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68608D is #979F72. Grayscale: #676767. Windows color (decimal): -9936755 or 9265256. OLE color: 9265256.
HSL color Cylindrical-coordinate representation of color #68608D: hue angle of 250.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68608D is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 96 | 141 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.45 |
| HSL | 250.67º | 0.19% | 0.46% | - |
| HSV(B) | 250.67º | 0.32% | 0.55% | - |
| XYZ | 14.7 | 13.23 | 26.98 | - |
| YUV | 103.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 141 | 0.26 | 0.32 | 0 | 0.45 | 250.67 | 0.19 | 0.46 |
| Hex | 68 | 60 | 8D | 1A | 20 | 0 | 2D | FB | 13 | 2E |
| Octal | 150 | 140 | 215 | 32 | 40 | 0 | 55 | 373 | 23 | 56 |
| Binary | 1101000 | 1100000 | 10001101 | 11010 | 100000 | 0 | 101101 | 11111011 | 10011 | 101110 |
Color Harmonies of #68608D
Complementary color
Monochromatic Colors of #68608D
Black with #68608D
Text Example
Text Example
White with #68608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68608D; }
p { color: rgb(104,96,141); }
H1.HeaderClassName
{
color: #68608D;
}
.AnyTagClassName
{
color: #68608D;
}
</style>
background-color css
<style>
a { background-color: #68608D; }
a { background-color: rgb(104,96,141); }
div.DivClassName
{
background-color: #68608D;
}
.BgClassName
{
background-color: #68608D;
}
</style>
border-color css
<style>
span { border-color: #68608D; }
span { border-color: rgb(104,96,141); }
td.TdClassName
{
border-color: #68608D;
}
.TagClassName
{
border-color: #68608D;
}
</style>