Shades of Kimberly #6E6086
Tints of Kimberly #6E6086
RGB
CMYK
RGB Variations
Color information
#6E6086 (or 0x6E6086) is known color: Kimberly. HEX triplet: 6E, 60 and 86. RGB value is (110,96,134). Sum of RGB (Red+Green+Blue) = 110+96+134=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E6086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6086 is #919F79. Grayscale: #686868. Windows color (decimal): -9543546 or 8806510. OLE color: 8806510.
HSL color Cylindrical-coordinate representation of color #6E6086: hue angle of 262.11º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E6086 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 96 | 134 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.47 |
| HSL | 262.11º | 0.17% | 0.45% | - |
| HSV(B) | 262.11º | 0.28% | 0.53% | - |
| XYZ | 14.92 | 13.4 | 24.35 | - |
| YUV | 104.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 134 | 0.18 | 0.28 | 0 | 0.47 | 262.11 | 0.17 | 0.45 |
| Hex | 6E | 60 | 86 | 12 | 1C | 0 | 2F | 106 | 11 | 2D |
| Octal | 156 | 140 | 206 | 22 | 34 | 0 | 57 | 406 | 21 | 55 |
| Binary | 1101110 | 1100000 | 10000110 | 10010 | 11100 | 0 | 101111 | 100000110 | 10001 | 101101 |
Color Harmonies of #6E6086
Complementary color
Monochromatic Colors of #6E6086
Black with #6E6086
Text Example
Text Example
White with #6E6086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6086; }
p { color: rgb(110,96,134); }
H1.HeaderClassName
{
color: #6E6086;
}
.AnyTagClassName
{
color: #6E6086;
}
</style>
background-color css
<style>
a { background-color: #6E6086; }
a { background-color: rgb(110,96,134); }
div.DivClassName
{
background-color: #6E6086;
}
.BgClassName
{
background-color: #6E6086;
}
</style>
border-color css
<style>
span { border-color: #6E6086; }
span { border-color: rgb(110,96,134); }
td.TdClassName
{
border-color: #6E6086;
}
.TagClassName
{
border-color: #6E6086;
}
</style>