Shades of Kimberly #6D667F
Tints of Kimberly #6D667F
RGB
CMYK
RGB Variations
Color information
#6D667F (or 0x6D667F) is known color: Kimberly. HEX triplet: 6D, 66 and 7F. RGB value is (109,102,127). Sum of RGB (Red+Green+Blue) = 109+102+127=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D667F is #929980. Grayscale: #6A6A6A. Windows color (decimal): -9607553 or 8349293. OLE color: 8349293.
HSL color Cylindrical-coordinate representation of color #6D667F: hue angle of 256.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D667F is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 102 | 127 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.50 |
| HSL | 256.8º | 0.11% | 0.45% | - |
| HSV(B) | 256.8º | 0.2% | 0.5% | - |
| XYZ | 14.89 | 14.29 | 22.05 | - |
| YUV | 106.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 127 | 0.14 | 0.20 | 0 | 0.50 | 256.8 | 0.11 | 0.45 |
| Hex | 6D | 66 | 7F | E | 14 | 0 | 32 | 101 | B | 2D |
| Octal | 155 | 146 | 177 | 16 | 24 | 0 | 62 | 401 | 13 | 55 |
| Binary | 1101101 | 1100110 | 1111111 | 1110 | 10100 | 0 | 110010 | 100000001 | 1011 | 101101 |
Color Harmonies of #6D667F
Complementary color
Monochromatic Colors of #6D667F
Black with #6D667F
Text Example
Text Example
White with #6D667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D667F; }
p { color: rgb(109,102,127); }
H1.HeaderClassName
{
color: #6D667F;
}
.AnyTagClassName
{
color: #6D667F;
}
</style>
background-color css
<style>
a { background-color: #6D667F; }
a { background-color: rgb(109,102,127); }
div.DivClassName
{
background-color: #6D667F;
}
.BgClassName
{
background-color: #6D667F;
}
</style>
border-color css
<style>
span { border-color: #6D667F; }
span { border-color: rgb(109,102,127); }
td.TdClassName
{
border-color: #6D667F;
}
.TagClassName
{
border-color: #6D667F;
}
</style>