Shades of Kimberly #68638D
Tints of Kimberly #68638D
RGB
CMYK
RGB Variations
Color information
#68638D (or 0x68638D) is known color: Kimberly. HEX triplet: 68, 63 and 8D. RGB value is (104,99,141). Sum of RGB (Red+Green+Blue) = 104+99+141=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #68638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68638D is #979C72. Grayscale: #696969. Windows color (decimal): -9935987 or 9266024. OLE color: 9266024.
HSL color Cylindrical-coordinate representation of color #68638D: hue angle of 247.14º degrees, saturation: 0.17, 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 #68638D is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 99 | 141 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.45 |
| HSL | 247.14º | 0.18% | 0.47% | - |
| HSV(B) | 247.14º | 0.3% | 0.55% | - |
| XYZ | 14.98 | 13.79 | 27.07 | - |
| YUV | 105.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 141 | 0.26 | 0.30 | 0 | 0.45 | 247.14 | 0.18 | 0.47 |
| Hex | 68 | 63 | 8D | 1A | 1E | 0 | 2D | F7 | 12 | 2F |
| Octal | 150 | 143 | 215 | 32 | 36 | 0 | 55 | 367 | 22 | 57 |
| Binary | 1101000 | 1100011 | 10001101 | 11010 | 11110 | 0 | 101101 | 11110111 | 10010 | 101111 |
Color Harmonies of #68638D
Complementary color
Monochromatic Colors of #68638D
Black with #68638D
Text Example
Text Example
White with #68638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68638D; }
p { color: rgb(104,99,141); }
H1.HeaderClassName
{
color: #68638D;
}
.AnyTagClassName
{
color: #68638D;
}
</style>
background-color css
<style>
a { background-color: #68638D; }
a { background-color: rgb(104,99,141); }
div.DivClassName
{
background-color: #68638D;
}
.BgClassName
{
background-color: #68638D;
}
</style>
border-color css
<style>
span { border-color: #68638D; }
span { border-color: rgb(104,99,141); }
td.TdClassName
{
border-color: #68638D;
}
.TagClassName
{
border-color: #68638D;
}
</style>