Shades of Kimberly #6E647D
Tints of Kimberly #6E647D
RGB
CMYK
RGB Variations
Color information
#6E647D (or 0x6E647D) is known color: Kimberly. HEX triplet: 6E, 64 and 7D. RGB value is (110,100,125). Sum of RGB (Red+Green+Blue) = 110+100+125=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E647D is #919B82. Grayscale: #696969. Windows color (decimal): -9542531 or 8217710. OLE color: 8217710.
HSL color Cylindrical-coordinate representation of color #6E647D: hue angle of 264º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E647D is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 100 | 125 | - |
| CMYK | 0.12 | 0.2 | 0 | 0.51 |
| HSL | 264º | 0.11% | 0.44% | - |
| HSV(B) | 264º | 0.2% | 0.49% | - |
| XYZ | 14.69 | 13.91 | 21.31 | - |
| YUV | 105.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 125 | 0.12 | 0.2 | 0 | 0.51 | 264 | 0.11 | 0.44 |
| Hex | 6E | 64 | 7D | C | 14 | 0 | 33 | 108 | B | 2C |
| Octal | 156 | 144 | 175 | 14 | 24 | 0 | 63 | 410 | 13 | 54 |
| Binary | 1101110 | 1100100 | 1111101 | 1100 | 10100 | 0 | 110011 | 100001000 | 1011 | 101100 |
Color Harmonies of #6E647D
Complementary color
Monochromatic Colors of #6E647D
Black with #6E647D
Text Example
Text Example
White with #6E647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E647D; }
p { color: rgb(110,100,125); }
H1.HeaderClassName
{
color: #6E647D;
}
.AnyTagClassName
{
color: #6E647D;
}
</style>
background-color css
<style>
a { background-color: #6E647D; }
a { background-color: rgb(110,100,125); }
div.DivClassName
{
background-color: #6E647D;
}
.BgClassName
{
background-color: #6E647D;
}
</style>
border-color css
<style>
span { border-color: #6E647D; }
span { border-color: rgb(110,100,125); }
td.TdClassName
{
border-color: #6E647D;
}
.TagClassName
{
border-color: #6E647D;
}
</style>