Shades of Kimberly #68618B
Tints of Kimberly #68618B
RGB
CMYK
RGB Variations
Color information
#68618B (or 0x68618B) is known color: Kimberly. HEX triplet: 68, 61 and 8B. RGB value is (104,97,139). Sum of RGB (Red+Green+Blue) = 104+97+139=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #68618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68618B is #979E74. Grayscale: #676767. Windows color (decimal): -9936501 or 9134440. OLE color: 9134440.
HSL color Cylindrical-coordinate representation of color #68618B: hue angle of 250º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68618B is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 97 | 139 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.45 |
| HSL | 250º | 0.18% | 0.46% | - |
| HSV(B) | 250º | 0.3% | 0.55% | - |
| XYZ | 14.64 | 13.36 | 26.23 | - |
| YUV | 103.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 139 | 0.25 | 0.30 | 0 | 0.45 | 250 | 0.18 | 0.46 |
| Hex | 68 | 61 | 8B | 19 | 1E | 0 | 2D | FA | 12 | 2E |
| Octal | 150 | 141 | 213 | 31 | 36 | 0 | 55 | 372 | 22 | 56 |
| Binary | 1101000 | 1100001 | 10001011 | 11001 | 11110 | 0 | 101101 | 11111010 | 10010 | 101110 |
Color Harmonies of #68618B
Complementary color
Monochromatic Colors of #68618B
Black with #68618B
Text Example
Text Example
White with #68618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68618B; }
p { color: rgb(104,97,139); }
H1.HeaderClassName
{
color: #68618B;
}
.AnyTagClassName
{
color: #68618B;
}
</style>
background-color css
<style>
a { background-color: #68618B; }
a { background-color: rgb(104,97,139); }
div.DivClassName
{
background-color: #68618B;
}
.BgClassName
{
background-color: #68618B;
}
</style>
border-color css
<style>
span { border-color: #68618B; }
span { border-color: rgb(104,97,139); }
td.TdClassName
{
border-color: #68618B;
}
.TagClassName
{
border-color: #68618B;
}
</style>