Shades of Kimberly #6D608D
Tints of Kimberly #6D608D
RGB
CMYK
RGB Variations
Color information
#6D608D (or 0x6D608D) is known color: Kimberly. HEX triplet: 6D, 60 and 8D. RGB value is (109,96,141). Sum of RGB (Red+Green+Blue) = 109+96+141=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D608D is #929F72. Grayscale: #686868. Windows color (decimal): -9609075 or 9265261. OLE color: 9265261.
HSL color Cylindrical-coordinate representation of color #6D608D: hue angle of 257.33º 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 #6D608D is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 96 | 141 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.45 |
| HSL | 257.33º | 0.19% | 0.46% | - |
| HSV(B) | 257.33º | 0.32% | 0.55% | - |
| XYZ | 15.3 | 13.54 | 27.01 | - |
| YUV | 105.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 141 | 0.23 | 0.32 | 0 | 0.45 | 257.33 | 0.19 | 0.46 |
| Hex | 6D | 60 | 8D | 17 | 20 | 0 | 2D | 101 | 13 | 2E |
| Octal | 155 | 140 | 215 | 27 | 40 | 0 | 55 | 401 | 23 | 56 |
| Binary | 1101101 | 1100000 | 10001101 | 10111 | 100000 | 0 | 101101 | 100000001 | 10011 | 101110 |
Color Harmonies of #6D608D
Complementary color
Monochromatic Colors of #6D608D
Black with #6D608D
Text Example
Text Example
White with #6D608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D608D; }
p { color: rgb(109,96,141); }
H1.HeaderClassName
{
color: #6D608D;
}
.AnyTagClassName
{
color: #6D608D;
}
</style>
background-color css
<style>
a { background-color: #6D608D; }
a { background-color: rgb(109,96,141); }
div.DivClassName
{
background-color: #6D608D;
}
.BgClassName
{
background-color: #6D608D;
}
</style>
border-color css
<style>
span { border-color: #6D608D; }
span { border-color: rgb(109,96,141); }
td.TdClassName
{
border-color: #6D608D;
}
.TagClassName
{
border-color: #6D608D;
}
</style>