Shades of Kimberly #6E6186
Tints of Kimberly #6E6186
RGB
CMYK
RGB Variations
Color information
#6E6186 (or 0x6E6186) is known color: Kimberly. HEX triplet: 6E, 61 and 86. RGB value is (110,97,134). Sum of RGB (Red+Green+Blue) = 110+97+134=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E6186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6186 is #919E79. Grayscale: #686868. Windows color (decimal): -9543290 or 8806766. OLE color: 8806766.
HSL color Cylindrical-coordinate representation of color #6E6186: hue angle of 261.08º degrees, saturation: 0.16, 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 #6E6186 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 97 | 134 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.47 |
| HSL | 261.08º | 0.16% | 0.45% | - |
| HSV(B) | 261.08º | 0.28% | 0.53% | - |
| XYZ | 15.01 | 13.59 | 24.39 | - |
| YUV | 105.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 134 | 0.18 | 0.28 | 0 | 0.47 | 261.08 | 0.16 | 0.45 |
| Hex | 6E | 61 | 86 | 12 | 1C | 0 | 2F | 105 | 10 | 2D |
| Octal | 156 | 141 | 206 | 22 | 34 | 0 | 57 | 405 | 20 | 55 |
| Binary | 1101110 | 1100001 | 10000110 | 10010 | 11100 | 0 | 101111 | 100000101 | 10000 | 101101 |
Color Harmonies of #6E6186
Complementary color
Monochromatic Colors of #6E6186
Black with #6E6186
Text Example
Text Example
White with #6E6186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6186; }
p { color: rgb(110,97,134); }
H1.HeaderClassName
{
color: #6E6186;
}
.AnyTagClassName
{
color: #6E6186;
}
</style>
background-color css
<style>
a { background-color: #6E6186; }
a { background-color: rgb(110,97,134); }
div.DivClassName
{
background-color: #6E6186;
}
.BgClassName
{
background-color: #6E6186;
}
</style>
border-color css
<style>
span { border-color: #6E6186; }
span { border-color: rgb(110,97,134); }
td.TdClassName
{
border-color: #6E6186;
}
.TagClassName
{
border-color: #6E6186;
}
</style>