Shades of Kimberly #6F6188
Tints of Kimberly #6F6188
RGB
CMYK
RGB Variations
Color information
#6F6188 (or 0x6F6188) is known color: Kimberly. HEX triplet: 6F, 61 and 88. RGB value is (111,97,136). Sum of RGB (Red+Green+Blue) = 111+97+136=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F6188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6188 is #909E77. Grayscale: #696969. Windows color (decimal): -9477752 or 8937839. OLE color: 8937839.
HSL color Cylindrical-coordinate representation of color #6F6188: hue angle of 261.54º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F6188 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 97 | 136 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.47 |
| HSL | 261.54º | 0.17% | 0.46% | - |
| HSV(B) | 261.54º | 0.29% | 0.53% | - |
| XYZ | 15.27 | 13.71 | 25.13 | - |
| YUV | 105.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 136 | 0.18 | 0.29 | 0 | 0.47 | 261.54 | 0.17 | 0.46 |
| Hex | 6F | 61 | 88 | 12 | 1D | 0 | 2F | 106 | 11 | 2E |
| Octal | 157 | 141 | 210 | 22 | 35 | 0 | 57 | 406 | 21 | 56 |
| Binary | 1101111 | 1100001 | 10001000 | 10010 | 11101 | 0 | 101111 | 100000110 | 10001 | 101110 |
Color Harmonies of #6F6188
Complementary color
Monochromatic Colors of #6F6188
Black with #6F6188
Text Example
Text Example
White with #6F6188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6188; }
p { color: rgb(111,97,136); }
H1.HeaderClassName
{
color: #6F6188;
}
.AnyTagClassName
{
color: #6F6188;
}
</style>
background-color css
<style>
a { background-color: #6F6188; }
a { background-color: rgb(111,97,136); }
div.DivClassName
{
background-color: #6F6188;
}
.BgClassName
{
background-color: #6F6188;
}
</style>
border-color css
<style>
span { border-color: #6F6188; }
span { border-color: rgb(111,97,136); }
td.TdClassName
{
border-color: #6F6188;
}
.TagClassName
{
border-color: #6F6188;
}
</style>