Shades of Kimberly #68607A
Tints of Kimberly #68607A
RGB
CMYK
RGB Variations
Color information
#68607A (or 0x68607A) is known color: Kimberly. HEX triplet: 68, 60 and 7A. RGB value is (104,96,122). Sum of RGB (Red+Green+Blue) = 104+96+122=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #68607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68607A is #979F85. Grayscale: #656565. Windows color (decimal): -9936774 or 8020072. OLE color: 8020072.
HSL color Cylindrical-coordinate representation of color #68607A: hue angle of 258.46º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68607A is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 96 | 122 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.52 |
| HSL | 258.46º | 0.12% | 0.43% | - |
| HSV(B) | 258.46º | 0.21% | 0.48% | - |
| XYZ | 13.4 | 12.71 | 20.16 | - |
| YUV | 101.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 122 | 0.15 | 0.21 | 0 | 0.52 | 258.46 | 0.12 | 0.43 |
| Hex | 68 | 60 | 7A | F | 15 | 0 | 34 | 102 | C | 2B |
| Octal | 150 | 140 | 172 | 17 | 25 | 0 | 64 | 402 | 14 | 53 |
| Binary | 1101000 | 1100000 | 1111010 | 1111 | 10101 | 0 | 110100 | 100000010 | 1100 | 101011 |
Color Harmonies of #68607A
Complementary color
Monochromatic Colors of #68607A
Black with #68607A
Text Example
Text Example
White with #68607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68607A; }
p { color: rgb(104,96,122); }
H1.HeaderClassName
{
color: #68607A;
}
.AnyTagClassName
{
color: #68607A;
}
</style>
background-color css
<style>
a { background-color: #68607A; }
a { background-color: rgb(104,96,122); }
div.DivClassName
{
background-color: #68607A;
}
.BgClassName
{
background-color: #68607A;
}
</style>
border-color css
<style>
span { border-color: #68607A; }
span { border-color: rgb(104,96,122); }
td.TdClassName
{
border-color: #68607A;
}
.TagClassName
{
border-color: #68607A;
}
</style>