Shades of Kimberly #6D657F
Tints of Kimberly #6D657F
RGB
CMYK
RGB Variations
Color information
#6D657F (or 0x6D657F) is known color: Kimberly. HEX triplet: 6D, 65 and 7F. RGB value is (109,101,127). Sum of RGB (Red+Green+Blue) = 109+101+127=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D657F is #929A80. Grayscale: #6A6A6A. Windows color (decimal): -9607809 or 8349037. OLE color: 8349037.
HSL color Cylindrical-coordinate representation of color #6D657F: hue angle of 258.46º 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 #6D657F is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 101 | 127 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.50 |
| HSL | 258.46º | 0.11% | 0.45% | - |
| HSV(B) | 258.46º | 0.2% | 0.5% | - |
| XYZ | 14.79 | 14.09 | 22.02 | - |
| YUV | 106.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 127 | 0.14 | 0.20 | 0 | 0.50 | 258.46 | 0.11 | 0.45 |
| Hex | 6D | 65 | 7F | E | 14 | 0 | 32 | 102 | B | 2D |
| Octal | 155 | 145 | 177 | 16 | 24 | 0 | 62 | 402 | 13 | 55 |
| Binary | 1101101 | 1100101 | 1111111 | 1110 | 10100 | 0 | 110010 | 100000010 | 1011 | 101101 |
Color Harmonies of #6D657F
Complementary color
Monochromatic Colors of #6D657F
Black with #6D657F
Text Example
Text Example
White with #6D657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D657F; }
p { color: rgb(109,101,127); }
H1.HeaderClassName
{
color: #6D657F;
}
.AnyTagClassName
{
color: #6D657F;
}
</style>
background-color css
<style>
a { background-color: #6D657F; }
a { background-color: rgb(109,101,127); }
div.DivClassName
{
background-color: #6D657F;
}
.BgClassName
{
background-color: #6D657F;
}
</style>
border-color css
<style>
span { border-color: #6D657F; }
span { border-color: rgb(109,101,127); }
td.TdClassName
{
border-color: #6D657F;
}
.TagClassName
{
border-color: #6D657F;
}
</style>