Shades of Kimberly #6E6185
Tints of Kimberly #6E6185
RGB
CMYK
RGB Variations
Color information
#6E6185 (or 0x6E6185) is known color: Kimberly. HEX triplet: 6E, 61 and 85. RGB value is (110,97,133). Sum of RGB (Red+Green+Blue) = 110+97+133=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E6185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6185 is #919E7A. Grayscale: #686868. Windows color (decimal): -9543291 or 8741230. OLE color: 8741230.
HSL color Cylindrical-coordinate representation of color #6E6185: hue angle of 261.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E6185 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 97 | 133 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.48 |
| HSL | 261.67º | 0.16% | 0.45% | - |
| HSV(B) | 261.67º | 0.27% | 0.52% | - |
| XYZ | 14.94 | 13.56 | 24.02 | - |
| YUV | 104.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 133 | 0.17 | 0.27 | 0 | 0.48 | 261.67 | 0.16 | 0.45 |
| Hex | 6E | 61 | 85 | 11 | 1B | 0 | 30 | 106 | 10 | 2D |
| Octal | 156 | 141 | 205 | 21 | 33 | 0 | 60 | 406 | 20 | 55 |
| Binary | 1101110 | 1100001 | 10000101 | 10001 | 11011 | 0 | 110000 | 100000110 | 10000 | 101101 |
Color Harmonies of #6E6185
Complementary color
Monochromatic Colors of #6E6185
Black with #6E6185
Text Example
Text Example
White with #6E6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6185; }
p { color: rgb(110,97,133); }
H1.HeaderClassName
{
color: #6E6185;
}
.AnyTagClassName
{
color: #6E6185;
}
</style>
background-color css
<style>
a { background-color: #6E6185; }
a { background-color: rgb(110,97,133); }
div.DivClassName
{
background-color: #6E6185;
}
.BgClassName
{
background-color: #6E6185;
}
</style>
border-color css
<style>
span { border-color: #6E6185; }
span { border-color: rgb(110,97,133); }
td.TdClassName
{
border-color: #6E6185;
}
.TagClassName
{
border-color: #6E6185;
}
</style>