Shades of Kimberly #6E6B8B
Tints of Kimberly #6E6B8B
RGB
CMYK
RGB Variations
Color information
#6E6B8B (or 0x6E6B8B) is known color: Kimberly. HEX triplet: 6E, 6B and 8B. RGB value is (110,107,139). Sum of RGB (Red+Green+Blue) = 110+107+139=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E6B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6B8B is #919474. Grayscale: #6F6F6F. Windows color (decimal): -9540725 or 9137006. OLE color: 9137006.
HSL color Cylindrical-coordinate representation of color #6E6B8B: hue angle of 245.62º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E6B8B is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 107 | 139 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.45 |
| HSL | 245.63º | 0.13% | 0.48% | - |
| HSV(B) | 245.63º | 0.23% | 0.55% | - |
| XYZ | 16.35 | 15.69 | 26.59 | - |
| YUV | 111.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 139 | 0.21 | 0.23 | 0 | 0.45 | 245.63 | 0.13 | 0.48 |
| Hex | 6E | 6B | 8B | 15 | 17 | 0 | 2D | F6 | D | 30 |
| Octal | 156 | 153 | 213 | 25 | 27 | 0 | 55 | 366 | 15 | 60 |
| Binary | 1101110 | 1101011 | 10001011 | 10101 | 10111 | 0 | 101101 | 11110110 | 1101 | 110000 |
Color Harmonies of #6E6B8B
Complementary color
Monochromatic Colors of #6E6B8B
Black with #6E6B8B
Text Example
Text Example
White with #6E6B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B8B; }
p { color: rgb(110,107,139); }
H1.HeaderClassName
{
color: #6E6B8B;
}
.AnyTagClassName
{
color: #6E6B8B;
}
</style>
background-color css
<style>
a { background-color: #6E6B8B; }
a { background-color: rgb(110,107,139); }
div.DivClassName
{
background-color: #6E6B8B;
}
.BgClassName
{
background-color: #6E6B8B;
}
</style>
border-color css
<style>
span { border-color: #6E6B8B; }
span { border-color: rgb(110,107,139); }
td.TdClassName
{
border-color: #6E6B8B;
}
.TagClassName
{
border-color: #6E6B8B;
}
</style>