Shades of Kimberly #6E608D
Tints of Kimberly #6E608D
RGB
CMYK
RGB Variations
Color information
#6E608D (or 0x6E608D) is known color: Kimberly. HEX triplet: 6E, 60 and 8D. RGB value is (110,96,141). Sum of RGB (Red+Green+Blue) = 110+96+141=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E608D is #919F72. Grayscale: #696969. Windows color (decimal): -9543539 or 9265262. OLE color: 9265262.
HSL color Cylindrical-coordinate representation of color #6E608D: hue angle of 258.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E608D is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 96 | 141 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.45 |
| HSL | 258.67º | 0.19% | 0.46% | - |
| HSV(B) | 258.67º | 0.32% | 0.55% | - |
| XYZ | 15.42 | 13.6 | 27.01 | - |
| YUV | 105.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 141 | 0.22 | 0.32 | 0 | 0.45 | 258.67 | 0.19 | 0.46 |
| Hex | 6E | 60 | 8D | 16 | 20 | 0 | 2D | 103 | 13 | 2E |
| Octal | 156 | 140 | 215 | 26 | 40 | 0 | 55 | 403 | 23 | 56 |
| Binary | 1101110 | 1100000 | 10001101 | 10110 | 100000 | 0 | 101101 | 100000011 | 10011 | 101110 |
Color Harmonies of #6E608D
Complementary color
Monochromatic Colors of #6E608D
Black with #6E608D
Text Example
Text Example
White with #6E608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E608D; }
p { color: rgb(110,96,141); }
H1.HeaderClassName
{
color: #6E608D;
}
.AnyTagClassName
{
color: #6E608D;
}
</style>
background-color css
<style>
a { background-color: #6E608D; }
a { background-color: rgb(110,96,141); }
div.DivClassName
{
background-color: #6E608D;
}
.BgClassName
{
background-color: #6E608D;
}
</style>
border-color css
<style>
span { border-color: #6E608D; }
span { border-color: rgb(110,96,141); }
td.TdClassName
{
border-color: #6E608D;
}
.TagClassName
{
border-color: #6E608D;
}
</style>