Shades of Kimberly #68617C
Tints of Kimberly #68617C
RGB
CMYK
RGB Variations
Color information
#68617C (or 0x68617C) is known color: Kimberly. HEX triplet: 68, 61 and 7C. RGB value is (104,97,124). Sum of RGB (Red+Green+Blue) = 104+97+124=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #68617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68617C is #979E83. Grayscale: #666666. Windows color (decimal): -9936516 or 8151400. OLE color: 8151400.
HSL color Cylindrical-coordinate representation of color #68617C: hue angle of 255.56º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68617C is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 97 | 124 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.51 |
| HSL | 255.56º | 0.12% | 0.43% | - |
| HSV(B) | 255.56º | 0.22% | 0.49% | - |
| XYZ | 13.62 | 12.95 | 20.85 | - |
| YUV | 102.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 124 | 0.16 | 0.22 | 0 | 0.51 | 255.56 | 0.12 | 0.43 |
| Hex | 68 | 61 | 7C | 10 | 16 | 0 | 33 | 100 | C | 2B |
| Octal | 150 | 141 | 174 | 20 | 26 | 0 | 63 | 400 | 14 | 53 |
| Binary | 1101000 | 1100001 | 1111100 | 10000 | 10110 | 0 | 110011 | 100000000 | 1100 | 101011 |
Color Harmonies of #68617C
Complementary color
Monochromatic Colors of #68617C
Black with #68617C
Text Example
Text Example
White with #68617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68617C; }
p { color: rgb(104,97,124); }
H1.HeaderClassName
{
color: #68617C;
}
.AnyTagClassName
{
color: #68617C;
}
</style>
background-color css
<style>
a { background-color: #68617C; }
a { background-color: rgb(104,97,124); }
div.DivClassName
{
background-color: #68617C;
}
.BgClassName
{
background-color: #68617C;
}
</style>
border-color css
<style>
span { border-color: #68617C; }
span { border-color: rgb(104,97,124); }
td.TdClassName
{
border-color: #68617C;
}
.TagClassName
{
border-color: #68617C;
}
</style>