Shades of Kimberly #6E667D
Tints of Kimberly #6E667D
RGB
CMYK
RGB Variations
Color information
#6E667D (or 0x6E667D) is known color: Kimberly. HEX triplet: 6E, 66 and 7D. RGB value is (110,102,125). Sum of RGB (Red+Green+Blue) = 110+102+125=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E667D is #919982. Grayscale: #6A6A6A. Windows color (decimal): -9542019 or 8218222. OLE color: 8218222.
HSL color Cylindrical-coordinate representation of color #6E667D: hue angle of 260.87º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E667D is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 102 | 125 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.51 |
| HSL | 260.87º | 0.1% | 0.45% | - |
| HSV(B) | 260.87º | 0.18% | 0.49% | - |
| XYZ | 14.88 | 14.3 | 21.38 | - |
| YUV | 107.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 125 | 0.12 | 0.18 | 0 | 0.51 | 260.87 | 0.1 | 0.45 |
| Hex | 6E | 66 | 7D | C | 12 | 0 | 33 | 105 | A | 2D |
| Octal | 156 | 146 | 175 | 14 | 22 | 0 | 63 | 405 | 12 | 55 |
| Binary | 1101110 | 1100110 | 1111101 | 1100 | 10010 | 0 | 110011 | 100000101 | 1010 | 101101 |
Color Harmonies of #6E667D
Complementary color
Monochromatic Colors of #6E667D
Black with #6E667D
Text Example
Text Example
White with #6E667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E667D; }
p { color: rgb(110,102,125); }
H1.HeaderClassName
{
color: #6E667D;
}
.AnyTagClassName
{
color: #6E667D;
}
</style>
background-color css
<style>
a { background-color: #6E667D; }
a { background-color: rgb(110,102,125); }
div.DivClassName
{
background-color: #6E667D;
}
.BgClassName
{
background-color: #6E667D;
}
</style>
border-color css
<style>
span { border-color: #6E667D; }
span { border-color: rgb(110,102,125); }
td.TdClassName
{
border-color: #6E667D;
}
.TagClassName
{
border-color: #6E667D;
}
</style>