Shades of Kimberly #68608A
Tints of Kimberly #68608A
RGB
CMYK
RGB Variations
Color information
#68608A (or 0x68608A) is known color: Kimberly. HEX triplet: 68, 60 and 8A. RGB value is (104,96,138). Sum of RGB (Red+Green+Blue) = 104+96+138=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #68608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68608A is #979F75. Grayscale: #676767. Windows color (decimal): -9936758 or 9068648. OLE color: 9068648.
HSL color Cylindrical-coordinate representation of color #68608A: hue angle of 251.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68608A is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 96 | 138 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.46 |
| HSL | 251.43º | 0.18% | 0.46% | - |
| HSV(B) | 251.43º | 0.3% | 0.54% | - |
| XYZ | 14.48 | 13.14 | 25.82 | - |
| YUV | 103.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 138 | 0.25 | 0.30 | 0 | 0.46 | 251.43 | 0.18 | 0.46 |
| Hex | 68 | 60 | 8A | 19 | 1E | 0 | 2E | FB | 12 | 2E |
| Octal | 150 | 140 | 212 | 31 | 36 | 0 | 56 | 373 | 22 | 56 |
| Binary | 1101000 | 1100000 | 10001010 | 11001 | 11110 | 0 | 101110 | 11111011 | 10010 | 101110 |
Color Harmonies of #68608A
Complementary color
Monochromatic Colors of #68608A
Black with #68608A
Text Example
Text Example
White with #68608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68608A; }
p { color: rgb(104,96,138); }
H1.HeaderClassName
{
color: #68608A;
}
.AnyTagClassName
{
color: #68608A;
}
</style>
background-color css
<style>
a { background-color: #68608A; }
a { background-color: rgb(104,96,138); }
div.DivClassName
{
background-color: #68608A;
}
.BgClassName
{
background-color: #68608A;
}
</style>
border-color css
<style>
span { border-color: #68608A; }
span { border-color: rgb(104,96,138); }
td.TdClassName
{
border-color: #68608A;
}
.TagClassName
{
border-color: #68608A;
}
</style>