Shades of Kimberly #6E618D
Tints of Kimberly #6E618D
RGB
CMYK
RGB Variations
Color information
#6E618D (or 0x6E618D) is known color: Kimberly. HEX triplet: 6E, 61 and 8D. RGB value is (110,97,141). Sum of RGB (Red+Green+Blue) = 110+97+141=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E618D is #919E72. Grayscale: #696969. Windows color (decimal): -9543283 or 9265518. OLE color: 9265518.
HSL color Cylindrical-coordinate representation of color #6E618D: hue angle of 257.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E618D is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 97 | 141 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.45 |
| HSL | 257.73º | 0.18% | 0.47% | - |
| HSV(B) | 257.73º | 0.31% | 0.55% | - |
| XYZ | 15.51 | 13.79 | 27.04 | - |
| YUV | 105.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 141 | 0.22 | 0.31 | 0 | 0.45 | 257.73 | 0.18 | 0.47 |
| Hex | 6E | 61 | 8D | 16 | 1F | 0 | 2D | 102 | 12 | 2F |
| Octal | 156 | 141 | 215 | 26 | 37 | 0 | 55 | 402 | 22 | 57 |
| Binary | 1101110 | 1100001 | 10001101 | 10110 | 11111 | 0 | 101101 | 100000010 | 10010 | 101111 |
Color Harmonies of #6E618D
Complementary color
Monochromatic Colors of #6E618D
Black with #6E618D
Text Example
Text Example
White with #6E618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E618D; }
p { color: rgb(110,97,141); }
H1.HeaderClassName
{
color: #6E618D;
}
.AnyTagClassName
{
color: #6E618D;
}
</style>
background-color css
<style>
a { background-color: #6E618D; }
a { background-color: rgb(110,97,141); }
div.DivClassName
{
background-color: #6E618D;
}
.BgClassName
{
background-color: #6E618D;
}
</style>
border-color css
<style>
span { border-color: #6E618D; }
span { border-color: rgb(110,97,141); }
td.TdClassName
{
border-color: #6E618D;
}
.TagClassName
{
border-color: #6E618D;
}
</style>