Shades of Kimberly #68607F
Tints of Kimberly #68607F
RGB
CMYK
RGB Variations
Color information
#68607F (or 0x68607F) is known color: Kimberly. HEX triplet: 68, 60 and 7F. RGB value is (104,96,127). Sum of RGB (Red+Green+Blue) = 104+96+127=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #68607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68607F is #979F80. Grayscale: #656565. Windows color (decimal): -9936769 or 8347752. OLE color: 8347752.
HSL color Cylindrical-coordinate representation of color #68607F: hue angle of 255.48º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68607F is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 96 | 127 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.50 |
| HSL | 255.48º | 0.14% | 0.44% | - |
| HSV(B) | 255.48º | 0.24% | 0.5% | - |
| XYZ | 13.72 | 12.84 | 21.83 | - |
| YUV | 101.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 127 | 0.18 | 0.24 | 0 | 0.50 | 255.48 | 0.14 | 0.44 |
| Hex | 68 | 60 | 7F | 12 | 18 | 0 | 32 | FF | E | 2C |
| Octal | 150 | 140 | 177 | 22 | 30 | 0 | 62 | 377 | 16 | 54 |
| Binary | 1101000 | 1100000 | 1111111 | 10010 | 11000 | 0 | 110010 | 11111111 | 1110 | 101100 |
Color Harmonies of #68607F
Complementary color
Monochromatic Colors of #68607F
Black with #68607F
Text Example
Text Example
White with #68607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68607F; }
p { color: rgb(104,96,127); }
H1.HeaderClassName
{
color: #68607F;
}
.AnyTagClassName
{
color: #68607F;
}
</style>
background-color css
<style>
a { background-color: #68607F; }
a { background-color: rgb(104,96,127); }
div.DivClassName
{
background-color: #68607F;
}
.BgClassName
{
background-color: #68607F;
}
</style>
border-color css
<style>
span { border-color: #68607F; }
span { border-color: rgb(104,96,127); }
td.TdClassName
{
border-color: #68607F;
}
.TagClassName
{
border-color: #68607F;
}
</style>