Shades of Kimberly #6E667B
Tints of Kimberly #6E667B
RGB
CMYK
RGB Variations
Color information
#6E667B (or 0x6E667B) is known color: Kimberly. HEX triplet: 6E, 66 and 7B. RGB value is (110,102,123). Sum of RGB (Red+Green+Blue) = 110+102+123=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E667B is #919984. Grayscale: #6A6A6A. Windows color (decimal): -9542021 or 8087150. OLE color: 8087150.
HSL color Cylindrical-coordinate representation of color #6E667B: hue angle of 262.86º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E667B is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 102 | 123 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.52 |
| HSL | 262.86º | 0.09% | 0.44% | - |
| HSV(B) | 262.86º | 0.17% | 0.48% | - |
| XYZ | 14.76 | 14.25 | 20.71 | - |
| YUV | 106.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 123 | 0.11 | 0.17 | 0 | 0.52 | 262.86 | 0.09 | 0.44 |
| Hex | 6E | 66 | 7B | B | 11 | 0 | 34 | 107 | 9 | 2C |
| Octal | 156 | 146 | 173 | 13 | 21 | 0 | 64 | 407 | 11 | 54 |
| Binary | 1101110 | 1100110 | 1111011 | 1011 | 10001 | 0 | 110100 | 100000111 | 1001 | 101100 |
Color Harmonies of #6E667B
Complementary color
Monochromatic Colors of #6E667B
Black with #6E667B
Text Example
Text Example
White with #6E667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E667B; }
p { color: rgb(110,102,123); }
H1.HeaderClassName
{
color: #6E667B;
}
.AnyTagClassName
{
color: #6E667B;
}
</style>
background-color css
<style>
a { background-color: #6E667B; }
a { background-color: rgb(110,102,123); }
div.DivClassName
{
background-color: #6E667B;
}
.BgClassName
{
background-color: #6E667B;
}
</style>
border-color css
<style>
span { border-color: #6E667B; }
span { border-color: rgb(110,102,123); }
td.TdClassName
{
border-color: #6E667B;
}
.TagClassName
{
border-color: #6E667B;
}
</style>