Shades of Kimberly #6F6189
Tints of Kimberly #6F6189
RGB
CMYK
RGB Variations
Color information
#6F6189 (or 0x6F6189) is known color: Kimberly. HEX triplet: 6F, 61 and 89. RGB value is (111,97,137). Sum of RGB (Red+Green+Blue) = 111+97+137=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6189 is #909E76. Grayscale: #696969. Windows color (decimal): -9477751 or 9003375. OLE color: 9003375.
HSL color Cylindrical-coordinate representation of color #6F6189: hue angle of 261º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F6189 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 97 | 137 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.46 |
| HSL | 261º | 0.17% | 0.46% | - |
| HSV(B) | 261º | 0.29% | 0.54% | - |
| XYZ | 15.35 | 13.74 | 25.51 | - |
| YUV | 105.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 137 | 0.19 | 0.29 | 0 | 0.46 | 261 | 0.17 | 0.46 |
| Hex | 6F | 61 | 89 | 13 | 1D | 0 | 2E | 105 | 11 | 2E |
| Octal | 157 | 141 | 211 | 23 | 35 | 0 | 56 | 405 | 21 | 56 |
| Binary | 1101111 | 1100001 | 10001001 | 10011 | 11101 | 0 | 101110 | 100000101 | 10001 | 101110 |
Color Harmonies of #6F6189
Complementary color
Monochromatic Colors of #6F6189
Black with #6F6189
Text Example
Text Example
White with #6F6189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6189; }
p { color: rgb(111,97,137); }
H1.HeaderClassName
{
color: #6F6189;
}
.AnyTagClassName
{
color: #6F6189;
}
</style>
background-color css
<style>
a { background-color: #6F6189; }
a { background-color: rgb(111,97,137); }
div.DivClassName
{
background-color: #6F6189;
}
.BgClassName
{
background-color: #6F6189;
}
</style>
border-color css
<style>
span { border-color: #6F6189; }
span { border-color: rgb(111,97,137); }
td.TdClassName
{
border-color: #6F6189;
}
.TagClassName
{
border-color: #6F6189;
}
</style>