Shades of Kimberly #68567B
Tints of Kimberly #68567B
RGB
CMYK
RGB Variations
Color information
#68567B (or 0x68567B) is known color: Kimberly. HEX triplet: 68, 56 and 7B. RGB value is (104,86,123). Sum of RGB (Red+Green+Blue) = 104+86+123=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #68567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68567B is #97A984. Grayscale: #5F5F5F. Windows color (decimal): -9939333 or 8083048. OLE color: 8083048.
HSL color Cylindrical-coordinate representation of color #68567B: hue angle of 269.19º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68567B is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 86 | 123 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.52 |
| HSL | 269.19º | 0.18% | 0.41% | - |
| HSV(B) | 269.19º | 0.3% | 0.48% | - |
| XYZ | 12.61 | 11.03 | 20.2 | - |
| YUV | 95.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 123 | 0.15 | 0.30 | 0 | 0.52 | 269.19 | 0.18 | 0.41 |
| Hex | 68 | 56 | 7B | F | 1E | 0 | 34 | 10D | 12 | 29 |
| Octal | 150 | 126 | 173 | 17 | 36 | 0 | 64 | 415 | 22 | 51 |
| Binary | 1101000 | 1010110 | 1111011 | 1111 | 11110 | 0 | 110100 | 100001101 | 10010 | 101001 |
Color Harmonies of #68567B
Complementary color
Monochromatic Colors of #68567B
Black with #68567B
Text Example
Text Example
White with #68567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68567B; }
p { color: rgb(104,86,123); }
H1.HeaderClassName
{
color: #68567B;
}
.AnyTagClassName
{
color: #68567B;
}
</style>
background-color css
<style>
a { background-color: #68567B; }
a { background-color: rgb(104,86,123); }
div.DivClassName
{
background-color: #68567B;
}
.BgClassName
{
background-color: #68567B;
}
</style>
border-color css
<style>
span { border-color: #68567B; }
span { border-color: rgb(104,86,123); }
td.TdClassName
{
border-color: #68567B;
}
.TagClassName
{
border-color: #68567B;
}
</style>