Shades of Kimberly #6F6886
Tints of Kimberly #6F6886
RGB
CMYK
RGB Variations
Color information
#6F6886 (or 0x6F6886) is known color: Kimberly. HEX triplet: 6F, 68 and 86. RGB value is (111,104,134). Sum of RGB (Red+Green+Blue) = 111+104+134=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F6886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6886 is #909779. Grayscale: #6D6D6D. Windows color (decimal): -9475962 or 8808559. OLE color: 8808559.
HSL color Cylindrical-coordinate representation of color #6F6886: hue angle of 254º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F6886 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 104 | 134 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.47 |
| HSL | 254º | 0.13% | 0.47% | - |
| HSV(B) | 254º | 0.22% | 0.53% | - |
| XYZ | 15.81 | 15 | 24.62 | - |
| YUV | 109.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 134 | 0.17 | 0.22 | 0 | 0.47 | 254 | 0.13 | 0.47 |
| Hex | 6F | 68 | 86 | 11 | 16 | 0 | 2F | FE | D | 2F |
| Octal | 157 | 150 | 206 | 21 | 26 | 0 | 57 | 376 | 15 | 57 |
| Binary | 1101111 | 1101000 | 10000110 | 10001 | 10110 | 0 | 101111 | 11111110 | 1101 | 101111 |
Color Harmonies of #6F6886
Complementary color
Monochromatic Colors of #6F6886
Black with #6F6886
Text Example
Text Example
White with #6F6886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6886; }
p { color: rgb(111,104,134); }
H1.HeaderClassName
{
color: #6F6886;
}
.AnyTagClassName
{
color: #6F6886;
}
</style>
background-color css
<style>
a { background-color: #6F6886; }
a { background-color: rgb(111,104,134); }
div.DivClassName
{
background-color: #6F6886;
}
.BgClassName
{
background-color: #6F6886;
}
</style>
border-color css
<style>
span { border-color: #6F6886; }
span { border-color: rgb(111,104,134); }
td.TdClassName
{
border-color: #6F6886;
}
.TagClassName
{
border-color: #6F6886;
}
</style>