Shades of Kimberly #6D657B
Tints of Kimberly #6D657B
RGB
CMYK
RGB Variations
Color information
#6D657B (or 0x6D657B) is known color: Kimberly. HEX triplet: 6D, 65 and 7B. RGB value is (109,101,123). Sum of RGB (Red+Green+Blue) = 109+101+123=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D657B is #929A84. Grayscale: #696969. Windows color (decimal): -9607813 or 8086893. OLE color: 8086893.
HSL color Cylindrical-coordinate representation of color #6D657B: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D657B is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 101 | 123 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.52 |
| HSL | 261.82º | 0.1% | 0.44% | - |
| HSV(B) | 261.82º | 0.18% | 0.48% | - |
| XYZ | 14.54 | 13.99 | 20.67 | - |
| YUV | 105.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 123 | 0.11 | 0.18 | 0 | 0.52 | 261.82 | 0.1 | 0.44 |
| Hex | 6D | 65 | 7B | B | 12 | 0 | 34 | 106 | A | 2C |
| Octal | 155 | 145 | 173 | 13 | 22 | 0 | 64 | 406 | 12 | 54 |
| Binary | 1101101 | 1100101 | 1111011 | 1011 | 10010 | 0 | 110100 | 100000110 | 1010 | 101100 |
Color Harmonies of #6D657B
Complementary color
Monochromatic Colors of #6D657B
Black with #6D657B
Text Example
Text Example
White with #6D657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D657B; }
p { color: rgb(109,101,123); }
H1.HeaderClassName
{
color: #6D657B;
}
.AnyTagClassName
{
color: #6D657B;
}
</style>
background-color css
<style>
a { background-color: #6D657B; }
a { background-color: rgb(109,101,123); }
div.DivClassName
{
background-color: #6D657B;
}
.BgClassName
{
background-color: #6D657B;
}
</style>
border-color css
<style>
span { border-color: #6D657B; }
span { border-color: rgb(109,101,123); }
td.TdClassName
{
border-color: #6D657B;
}
.TagClassName
{
border-color: #6D657B;
}
</style>