Shades of Kimberly #6D637D
Tints of Kimberly #6D637D
RGB
CMYK
RGB Variations
Color information
#6D637D (or 0x6D637D) is known color: Kimberly. HEX triplet: 6D, 63 and 7D. RGB value is (109,99,125). Sum of RGB (Red+Green+Blue) = 109+99+125=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D637D is #929C82. Grayscale: #686868. Windows color (decimal): -9608323 or 8217453. OLE color: 8217453.
HSL color Cylindrical-coordinate representation of color #6D637D: hue angle of 263.08º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D637D is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 99 | 125 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.51 |
| HSL | 263.08º | 0.12% | 0.44% | - |
| HSV(B) | 263.08º | 0.21% | 0.49% | - |
| XYZ | 14.47 | 13.66 | 21.28 | - |
| YUV | 104.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 125 | 0.13 | 0.21 | 0 | 0.51 | 263.08 | 0.12 | 0.44 |
| Hex | 6D | 63 | 7D | D | 15 | 0 | 33 | 107 | C | 2C |
| Octal | 155 | 143 | 175 | 15 | 25 | 0 | 63 | 407 | 14 | 54 |
| Binary | 1101101 | 1100011 | 1111101 | 1101 | 10101 | 0 | 110011 | 100000111 | 1100 | 101100 |
Color Harmonies of #6D637D
Complementary color
Monochromatic Colors of #6D637D
Black with #6D637D
Text Example
Text Example
White with #6D637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D637D; }
p { color: rgb(109,99,125); }
H1.HeaderClassName
{
color: #6D637D;
}
.AnyTagClassName
{
color: #6D637D;
}
</style>
background-color css
<style>
a { background-color: #6D637D; }
a { background-color: rgb(109,99,125); }
div.DivClassName
{
background-color: #6D637D;
}
.BgClassName
{
background-color: #6D637D;
}
</style>
border-color css
<style>
span { border-color: #6D637D; }
span { border-color: rgb(109,99,125); }
td.TdClassName
{
border-color: #6D637D;
}
.TagClassName
{
border-color: #6D637D;
}
</style>