Shades of Kimberly #68617D
Tints of Kimberly #68617D
RGB
CMYK
RGB Variations
Color information
#68617D (or 0x68617D) is known color: Kimberly. HEX triplet: 68, 61 and 7D. RGB value is (104,97,125). Sum of RGB (Red+Green+Blue) = 104+97+125=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #68617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68617D is #979E82. Grayscale: #666666. Windows color (decimal): -9936515 or 8216936. OLE color: 8216936.
HSL color Cylindrical-coordinate representation of color #68617D: hue angle of 255º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68617D is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 97 | 125 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.51 |
| HSL | 255º | 0.13% | 0.44% | - |
| HSV(B) | 255º | 0.22% | 0.49% | - |
| XYZ | 13.69 | 12.97 | 21.18 | - |
| YUV | 102.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 125 | 0.17 | 0.22 | 0 | 0.51 | 255 | 0.13 | 0.44 |
| Hex | 68 | 61 | 7D | 11 | 16 | 0 | 33 | FF | D | 2C |
| Octal | 150 | 141 | 175 | 21 | 26 | 0 | 63 | 377 | 15 | 54 |
| Binary | 1101000 | 1100001 | 1111101 | 10001 | 10110 | 0 | 110011 | 11111111 | 1101 | 101100 |
Color Harmonies of #68617D
Complementary color
Monochromatic Colors of #68617D
Black with #68617D
Text Example
Text Example
White with #68617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68617D; }
p { color: rgb(104,97,125); }
H1.HeaderClassName
{
color: #68617D;
}
.AnyTagClassName
{
color: #68617D;
}
</style>
background-color css
<style>
a { background-color: #68617D; }
a { background-color: rgb(104,97,125); }
div.DivClassName
{
background-color: #68617D;
}
.BgClassName
{
background-color: #68617D;
}
</style>
border-color css
<style>
span { border-color: #68617D; }
span { border-color: rgb(104,97,125); }
td.TdClassName
{
border-color: #68617D;
}
.TagClassName
{
border-color: #68617D;
}
</style>