Shades of Kimberly #68628D
Tints of Kimberly #68628D
RGB
CMYK
RGB Variations
Color information
#68628D (or 0x68628D) is known color: Kimberly. HEX triplet: 68, 62 and 8D. RGB value is (104,98,141). Sum of RGB (Red+Green+Blue) = 104+98+141=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #68628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68628D is #979D72. Grayscale: #686868. Windows color (decimal): -9936243 or 9265768. OLE color: 9265768.
HSL color Cylindrical-coordinate representation of color #68628D: hue angle of 248.37º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68628D is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 98 | 141 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.45 |
| HSL | 248.37º | 0.18% | 0.47% | - |
| HSV(B) | 248.37º | 0.3% | 0.55% | - |
| XYZ | 14.88 | 13.6 | 27.04 | - |
| YUV | 104.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 141 | 0.26 | 0.30 | 0 | 0.45 | 248.37 | 0.18 | 0.47 |
| Hex | 68 | 62 | 8D | 1A | 1E | 0 | 2D | F8 | 12 | 2F |
| Octal | 150 | 142 | 215 | 32 | 36 | 0 | 55 | 370 | 22 | 57 |
| Binary | 1101000 | 1100010 | 10001101 | 11010 | 11110 | 0 | 101101 | 11111000 | 10010 | 101111 |
Color Harmonies of #68628D
Complementary color
Monochromatic Colors of #68628D
Black with #68628D
Text Example
Text Example
White with #68628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68628D; }
p { color: rgb(104,98,141); }
H1.HeaderClassName
{
color: #68628D;
}
.AnyTagClassName
{
color: #68628D;
}
</style>
background-color css
<style>
a { background-color: #68628D; }
a { background-color: rgb(104,98,141); }
div.DivClassName
{
background-color: #68628D;
}
.BgClassName
{
background-color: #68628D;
}
</style>
border-color css
<style>
span { border-color: #68628D; }
span { border-color: rgb(104,98,141); }
td.TdClassName
{
border-color: #68628D;
}
.TagClassName
{
border-color: #68628D;
}
</style>