Shades of Kimberly #6E5F89
Tints of Kimberly #6E5F89
RGB
CMYK
RGB Variations
Color information
#6E5F89 (or 0x6E5F89) is known color: Kimberly. HEX triplet: 6E, 5F and 89. RGB value is (110,95,137). Sum of RGB (Red+Green+Blue) = 110+95+137=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E5F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5F89 is #91A076. Grayscale: #686868. Windows color (decimal): -9543799 or 9002862. OLE color: 9002862.
HSL color Cylindrical-coordinate representation of color #6E5F89: hue angle of 261.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E5F89 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 95 | 137 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.46 |
| HSL | 261.43º | 0.18% | 0.45% | - |
| HSV(B) | 261.43º | 0.31% | 0.54% | - |
| XYZ | 15.04 | 13.31 | 25.44 | - |
| YUV | 104.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 137 | 0.20 | 0.31 | 0 | 0.46 | 261.43 | 0.18 | 0.45 |
| Hex | 6E | 5F | 89 | 14 | 1F | 0 | 2E | 105 | 12 | 2D |
| Octal | 156 | 137 | 211 | 24 | 37 | 0 | 56 | 405 | 22 | 55 |
| Binary | 1101110 | 1011111 | 10001001 | 10100 | 11111 | 0 | 101110 | 100000101 | 10010 | 101101 |
Color Harmonies of #6E5F89
Complementary color
Monochromatic Colors of #6E5F89
Black with #6E5F89
Text Example
Text Example
White with #6E5F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F89; }
p { color: rgb(110,95,137); }
H1.HeaderClassName
{
color: #6E5F89;
}
.AnyTagClassName
{
color: #6E5F89;
}
</style>
background-color css
<style>
a { background-color: #6E5F89; }
a { background-color: rgb(110,95,137); }
div.DivClassName
{
background-color: #6E5F89;
}
.BgClassName
{
background-color: #6E5F89;
}
</style>
border-color css
<style>
span { border-color: #6E5F89; }
span { border-color: rgb(110,95,137); }
td.TdClassName
{
border-color: #6E5F89;
}
.TagClassName
{
border-color: #6E5F89;
}
</style>