Shades of Kimberly #68638A
Tints of Kimberly #68638A
RGB
CMYK
RGB Variations
Color information
#68638A (or 0x68638A) is known color: Kimberly. HEX triplet: 68, 63 and 8A. RGB value is (104,99,138). Sum of RGB (Red+Green+Blue) = 104+99+138=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #68638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68638A is #979C75. Grayscale: #686868. Windows color (decimal): -9935990 or 9069416. OLE color: 9069416.
HSL color Cylindrical-coordinate representation of color #68638A: hue angle of 247.69º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68638A is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 99 | 138 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.46 |
| HSL | 247.69º | 0.16% | 0.46% | - |
| HSV(B) | 247.69º | 0.28% | 0.54% | - |
| XYZ | 14.76 | 13.7 | 25.91 | - |
| YUV | 104.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 138 | 0.25 | 0.28 | 0 | 0.46 | 247.69 | 0.16 | 0.46 |
| Hex | 68 | 63 | 8A | 19 | 1C | 0 | 2E | F8 | 10 | 2E |
| Octal | 150 | 143 | 212 | 31 | 34 | 0 | 56 | 370 | 20 | 56 |
| Binary | 1101000 | 1100011 | 10001010 | 11001 | 11100 | 0 | 101110 | 11111000 | 10000 | 101110 |
Color Harmonies of #68638A
Complementary color
Monochromatic Colors of #68638A
Black with #68638A
Text Example
Text Example
White with #68638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68638A; }
p { color: rgb(104,99,138); }
H1.HeaderClassName
{
color: #68638A;
}
.AnyTagClassName
{
color: #68638A;
}
</style>
background-color css
<style>
a { background-color: #68638A; }
a { background-color: rgb(104,99,138); }
div.DivClassName
{
background-color: #68638A;
}
.BgClassName
{
background-color: #68638A;
}
</style>
border-color css
<style>
span { border-color: #68638A; }
span { border-color: rgb(104,99,138); }
td.TdClassName
{
border-color: #68638A;
}
.TagClassName
{
border-color: #68638A;
}
</style>