Shades of Kimberly #68668D
Tints of Kimberly #68668D
RGB
CMYK
RGB Variations
Color information
#68668D (or 0x68668D) is known color: Kimberly. HEX triplet: 68, 66 and 8D. RGB value is (104,102,141). Sum of RGB (Red+Green+Blue) = 104+102+141=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #68668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68668D is #979972. Grayscale: #6A6A6A. Windows color (decimal): -9935219 or 9266792. OLE color: 9266792.
HSL color Cylindrical-coordinate representation of color #68668D: hue angle of 243.08º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68668D is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 102 | 141 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.45 |
| HSL | 243.08º | 0.16% | 0.48% | - |
| HSV(B) | 243.08º | 0.28% | 0.55% | - |
| XYZ | 15.27 | 14.37 | 27.17 | - |
| YUV | 107.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 141 | 0.26 | 0.28 | 0 | 0.45 | 243.08 | 0.16 | 0.48 |
| Hex | 68 | 66 | 8D | 1A | 1C | 0 | 2D | F3 | 10 | 30 |
| Octal | 150 | 146 | 215 | 32 | 34 | 0 | 55 | 363 | 20 | 60 |
| Binary | 1101000 | 1100110 | 10001101 | 11010 | 11100 | 0 | 101101 | 11110011 | 10000 | 110000 |
Color Harmonies of #68668D
Complementary color
Monochromatic Colors of #68668D
Black with #68668D
Text Example
Text Example
White with #68668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68668D; }
p { color: rgb(104,102,141); }
H1.HeaderClassName
{
color: #68668D;
}
.AnyTagClassName
{
color: #68668D;
}
</style>
background-color css
<style>
a { background-color: #68668D; }
a { background-color: rgb(104,102,141); }
div.DivClassName
{
background-color: #68668D;
}
.BgClassName
{
background-color: #68668D;
}
</style>
border-color css
<style>
span { border-color: #68668D; }
span { border-color: rgb(104,102,141); }
td.TdClassName
{
border-color: #68668D;
}
.TagClassName
{
border-color: #68668D;
}
</style>