Shades of Kimberly #68608B
Tints of Kimberly #68608B
RGB
CMYK
RGB Variations
Color information
#68608B (or 0x68608B) is known color: Kimberly. HEX triplet: 68, 60 and 8B. RGB value is (104,96,139). Sum of RGB (Red+Green+Blue) = 104+96+139=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #68608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68608B is #979F74. Grayscale: #676767. Windows color (decimal): -9936757 or 9134184. OLE color: 9134184.
HSL color Cylindrical-coordinate representation of color #68608B: hue angle of 251.16º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68608B is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 96 | 139 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.45 |
| HSL | 251.16º | 0.18% | 0.46% | - |
| HSV(B) | 251.16º | 0.31% | 0.55% | - |
| XYZ | 14.55 | 13.17 | 26.2 | - |
| YUV | 103.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 139 | 0.25 | 0.31 | 0 | 0.45 | 251.16 | 0.18 | 0.46 |
| Hex | 68 | 60 | 8B | 19 | 1F | 0 | 2D | FB | 12 | 2E |
| Octal | 150 | 140 | 213 | 31 | 37 | 0 | 55 | 373 | 22 | 56 |
| Binary | 1101000 | 1100000 | 10001011 | 11001 | 11111 | 0 | 101101 | 11111011 | 10010 | 101110 |
Color Harmonies of #68608B
Complementary color
Monochromatic Colors of #68608B
Black with #68608B
Text Example
Text Example
White with #68608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68608B; }
p { color: rgb(104,96,139); }
H1.HeaderClassName
{
color: #68608B;
}
.AnyTagClassName
{
color: #68608B;
}
</style>
background-color css
<style>
a { background-color: #68608B; }
a { background-color: rgb(104,96,139); }
div.DivClassName
{
background-color: #68608B;
}
.BgClassName
{
background-color: #68608B;
}
</style>
border-color css
<style>
span { border-color: #68608B; }
span { border-color: rgb(104,96,139); }
td.TdClassName
{
border-color: #68608B;
}
.TagClassName
{
border-color: #68608B;
}
</style>