Shades of Kimberly #6E5F87
Tints of Kimberly #6E5F87
RGB
CMYK
RGB Variations
Color information
#6E5F87 (or 0x6E5F87) is known color: Kimberly. HEX triplet: 6E, 5F and 87. RGB value is (110,95,135). Sum of RGB (Red+Green+Blue) = 110+95+135=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E5F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5F87 is #91A078. Grayscale: #676767. Windows color (decimal): -9543801 or 8871790. OLE color: 8871790.
HSL color Cylindrical-coordinate representation of color #6E5F87: hue angle of 262.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E5F87 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 95 | 135 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.47 |
| HSL | 262.5º | 0.17% | 0.45% | - |
| HSV(B) | 262.5º | 0.3% | 0.53% | - |
| XYZ | 14.9 | 13.25 | 24.69 | - |
| YUV | 104.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 135 | 0.19 | 0.30 | 0 | 0.47 | 262.5 | 0.17 | 0.45 |
| Hex | 6E | 5F | 87 | 13 | 1E | 0 | 2F | 106 | 11 | 2D |
| Octal | 156 | 137 | 207 | 23 | 36 | 0 | 57 | 406 | 21 | 55 |
| Binary | 1101110 | 1011111 | 10000111 | 10011 | 11110 | 0 | 101111 | 100000110 | 10001 | 101101 |
Color Harmonies of #6E5F87
Complementary color
Monochromatic Colors of #6E5F87
Black with #6E5F87
Text Example
Text Example
White with #6E5F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F87; }
p { color: rgb(110,95,135); }
H1.HeaderClassName
{
color: #6E5F87;
}
.AnyTagClassName
{
color: #6E5F87;
}
</style>
background-color css
<style>
a { background-color: #6E5F87; }
a { background-color: rgb(110,95,135); }
div.DivClassName
{
background-color: #6E5F87;
}
.BgClassName
{
background-color: #6E5F87;
}
</style>
border-color css
<style>
span { border-color: #6E5F87; }
span { border-color: rgb(110,95,135); }
td.TdClassName
{
border-color: #6E5F87;
}
.TagClassName
{
border-color: #6E5F87;
}
</style>