Shades of Kimberly #6F6686
Tints of Kimberly #6F6686
RGB
CMYK
RGB Variations
Color information
#6F6686 (or 0x6F6686) is known color: Kimberly. HEX triplet: 6F, 66 and 86. RGB value is (111,102,134). Sum of RGB (Red+Green+Blue) = 111+102+134=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F6686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6686 is #909979. Grayscale: #6C6C6C. Windows color (decimal): -9476474 or 8808047. OLE color: 8808047.
HSL color Cylindrical-coordinate representation of color #6F6686: hue angle of 256.88º 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 #6F6686 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 102 | 134 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.47 |
| HSL | 256.88º | 0.14% | 0.46% | - |
| HSV(B) | 256.88º | 0.24% | 0.53% | - |
| XYZ | 15.61 | 14.6 | 24.55 | - |
| YUV | 108.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 134 | 0.17 | 0.24 | 0 | 0.47 | 256.88 | 0.14 | 0.46 |
| Hex | 6F | 66 | 86 | 11 | 18 | 0 | 2F | 101 | E | 2E |
| Octal | 157 | 146 | 206 | 21 | 30 | 0 | 57 | 401 | 16 | 56 |
| Binary | 1101111 | 1100110 | 10000110 | 10001 | 11000 | 0 | 101111 | 100000001 | 1110 | 101110 |
Color Harmonies of #6F6686
Complementary color
Monochromatic Colors of #6F6686
Black with #6F6686
Text Example
Text Example
White with #6F6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6686; }
p { color: rgb(111,102,134); }
H1.HeaderClassName
{
color: #6F6686;
}
.AnyTagClassName
{
color: #6F6686;
}
</style>
background-color css
<style>
a { background-color: #6F6686; }
a { background-color: rgb(111,102,134); }
div.DivClassName
{
background-color: #6F6686;
}
.BgClassName
{
background-color: #6F6686;
}
</style>
border-color css
<style>
span { border-color: #6F6686; }
span { border-color: rgb(111,102,134); }
td.TdClassName
{
border-color: #6F6686;
}
.TagClassName
{
border-color: #6F6686;
}
</style>