Shades of Kimberly #6D5D86
Tints of Kimberly #6D5D86
RGB
CMYK
RGB Variations
Color information
#6D5D86 (or 0x6D5D86) is known color: Kimberly. HEX triplet: 6D, 5D and 86. RGB value is (109,93,134). Sum of RGB (Red+Green+Blue) = 109+93+134=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D5D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5D86 is #92A279. Grayscale: #666666. Windows color (decimal): -9609850 or 8805741. OLE color: 8805741.
HSL color Cylindrical-coordinate representation of color #6D5D86: hue angle of 263.41º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D5D86 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 93 | 134 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.47 |
| HSL | 263.41º | 0.18% | 0.45% | - |
| HSV(B) | 263.41º | 0.31% | 0.53% | - |
| XYZ | 14.52 | 12.8 | 24.26 | - |
| YUV | 102.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 134 | 0.19 | 0.31 | 0 | 0.47 | 263.41 | 0.18 | 0.45 |
| Hex | 6D | 5D | 86 | 13 | 1F | 0 | 2F | 107 | 12 | 2D |
| Octal | 155 | 135 | 206 | 23 | 37 | 0 | 57 | 407 | 22 | 55 |
| Binary | 1101101 | 1011101 | 10000110 | 10011 | 11111 | 0 | 101111 | 100000111 | 10010 | 101101 |
Color Harmonies of #6D5D86
Complementary color
Monochromatic Colors of #6D5D86
Black with #6D5D86
Text Example
Text Example
White with #6D5D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5D86; }
p { color: rgb(109,93,134); }
H1.HeaderClassName
{
color: #6D5D86;
}
.AnyTagClassName
{
color: #6D5D86;
}
</style>
background-color css
<style>
a { background-color: #6D5D86; }
a { background-color: rgb(109,93,134); }
div.DivClassName
{
background-color: #6D5D86;
}
.BgClassName
{
background-color: #6D5D86;
}
</style>
border-color css
<style>
span { border-color: #6D5D86; }
span { border-color: rgb(109,93,134); }
td.TdClassName
{
border-color: #6D5D86;
}
.TagClassName
{
border-color: #6D5D86;
}
</style>