Shades of Kimberly #6D6686
Tints of Kimberly #6D6686
RGB
CMYK
RGB Variations
Color information
#6D6686 (or 0x6D6686) is known color: Kimberly. HEX triplet: 6D, 66 and 86. RGB value is (109,102,134). Sum of RGB (Red+Green+Blue) = 109+102+134=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D6686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6686 is #929979. Grayscale: #6B6B6B. Windows color (decimal): -9607546 or 8808045. OLE color: 8808045.
HSL color Cylindrical-coordinate representation of color #6D6686: hue angle of 253.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D6686 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 102 | 134 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.47 |
| HSL | 253.13º | 0.14% | 0.46% | - |
| HSV(B) | 253.13º | 0.24% | 0.53% | - |
| XYZ | 15.36 | 14.48 | 24.54 | - |
| YUV | 107.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 134 | 0.19 | 0.24 | 0 | 0.47 | 253.13 | 0.14 | 0.46 |
| Hex | 6D | 66 | 86 | 13 | 18 | 0 | 2F | FD | E | 2E |
| Octal | 155 | 146 | 206 | 23 | 30 | 0 | 57 | 375 | 16 | 56 |
| Binary | 1101101 | 1100110 | 10000110 | 10011 | 11000 | 0 | 101111 | 11111101 | 1110 | 101110 |
Color Harmonies of #6D6686
Complementary color
Monochromatic Colors of #6D6686
Black with #6D6686
Text Example
Text Example
White with #6D6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6686; }
p { color: rgb(109,102,134); }
H1.HeaderClassName
{
color: #6D6686;
}
.AnyTagClassName
{
color: #6D6686;
}
</style>
background-color css
<style>
a { background-color: #6D6686; }
a { background-color: rgb(109,102,134); }
div.DivClassName
{
background-color: #6D6686;
}
.BgClassName
{
background-color: #6D6686;
}
</style>
border-color css
<style>
span { border-color: #6D6686; }
span { border-color: rgb(109,102,134); }
td.TdClassName
{
border-color: #6D6686;
}
.TagClassName
{
border-color: #6D6686;
}
</style>