Shades of Kimberly #6E6B89
Tints of Kimberly #6E6B89
RGB
CMYK
RGB Variations
Color information
#6E6B89 (or 0x6E6B89) is known color: Kimberly. HEX triplet: 6E, 6B and 89. RGB value is (110,107,137). Sum of RGB (Red+Green+Blue) = 110+107+137=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E6B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6B89 is #919476. Grayscale: #6F6F6F. Windows color (decimal): -9540727 or 9005934. OLE color: 9005934.
HSL color Cylindrical-coordinate representation of color #6E6B89: hue angle of 246º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E6B89 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 107 | 137 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.46 |
| HSL | 246º | 0.12% | 0.48% | - |
| HSV(B) | 246º | 0.22% | 0.54% | - |
| XYZ | 16.2 | 15.64 | 25.83 | - |
| YUV | 111.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 137 | 0.20 | 0.22 | 0 | 0.46 | 246 | 0.12 | 0.48 |
| Hex | 6E | 6B | 89 | 14 | 16 | 0 | 2E | F6 | C | 30 |
| Octal | 156 | 153 | 211 | 24 | 26 | 0 | 56 | 366 | 14 | 60 |
| Binary | 1101110 | 1101011 | 10001001 | 10100 | 10110 | 0 | 101110 | 11110110 | 1100 | 110000 |
Color Harmonies of #6E6B89
Complementary color
Monochromatic Colors of #6E6B89
Black with #6E6B89
Text Example
Text Example
White with #6E6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B89; }
p { color: rgb(110,107,137); }
H1.HeaderClassName
{
color: #6E6B89;
}
.AnyTagClassName
{
color: #6E6B89;
}
</style>
background-color css
<style>
a { background-color: #6E6B89; }
a { background-color: rgb(110,107,137); }
div.DivClassName
{
background-color: #6E6B89;
}
.BgClassName
{
background-color: #6E6B89;
}
</style>
border-color css
<style>
span { border-color: #6E6B89; }
span { border-color: rgb(110,107,137); }
td.TdClassName
{
border-color: #6E6B89;
}
.TagClassName
{
border-color: #6E6B89;
}
</style>