Shades of Kimberly #68618D
Tints of Kimberly #68618D
RGB
CMYK
RGB Variations
Color information
#68618D (or 0x68618D) is known color: Kimberly. HEX triplet: 68, 61 and 8D. RGB value is (104,97,141). Sum of RGB (Red+Green+Blue) = 104+97+141=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #68618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68618D is #979E72. Grayscale: #676767. Windows color (decimal): -9936499 or 9265512. OLE color: 9265512.
HSL color Cylindrical-coordinate representation of color #68618D: hue angle of 249.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68618D is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 97 | 141 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.45 |
| HSL | 249.55º | 0.18% | 0.47% | - |
| HSV(B) | 249.55º | 0.31% | 0.55% | - |
| XYZ | 14.79 | 13.42 | 27.01 | - |
| YUV | 104.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 141 | 0.26 | 0.31 | 0 | 0.45 | 249.55 | 0.18 | 0.47 |
| Hex | 68 | 61 | 8D | 1A | 1F | 0 | 2D | FA | 12 | 2F |
| Octal | 150 | 141 | 215 | 32 | 37 | 0 | 55 | 372 | 22 | 57 |
| Binary | 1101000 | 1100001 | 10001101 | 11010 | 11111 | 0 | 101101 | 11111010 | 10010 | 101111 |
Color Harmonies of #68618D
Complementary color
Monochromatic Colors of #68618D
Black with #68618D
Text Example
Text Example
White with #68618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68618D; }
p { color: rgb(104,97,141); }
H1.HeaderClassName
{
color: #68618D;
}
.AnyTagClassName
{
color: #68618D;
}
</style>
background-color css
<style>
a { background-color: #68618D; }
a { background-color: rgb(104,97,141); }
div.DivClassName
{
background-color: #68618D;
}
.BgClassName
{
background-color: #68618D;
}
</style>
border-color css
<style>
span { border-color: #68618D; }
span { border-color: rgb(104,97,141); }
td.TdClassName
{
border-color: #68618D;
}
.TagClassName
{
border-color: #68618D;
}
</style>