Shades of Kimberly #6F6191
Tints of Kimberly #6F6191
RGB
CMYK
RGB Variations
Color information
#6F6191 (or 0x6F6191) is known color: Kimberly. HEX triplet: 6F, 61 and 91. RGB value is (111,97,145). Sum of RGB (Red+Green+Blue) = 111+97+145=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F6191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6191 is #909E6E. Grayscale: #6A6A6A. Windows color (decimal): -9477743 or 9527663. OLE color: 9527663.
HSL color Cylindrical-coordinate representation of color #6F6191: hue angle of 257.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F6191 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 97 | 145 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.43 |
| HSL | 257.5º | 0.2% | 0.47% | - |
| HSV(B) | 257.5º | 0.33% | 0.57% | - |
| XYZ | 15.94 | 13.97 | 28.64 | - |
| YUV | 106.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 145 | 0.23 | 0.33 | 0 | 0.43 | 257.5 | 0.2 | 0.47 |
| Hex | 6F | 61 | 91 | 17 | 21 | 0 | 2B | 102 | 14 | 2F |
| Octal | 157 | 141 | 221 | 27 | 41 | 0 | 53 | 402 | 24 | 57 |
| Binary | 1101111 | 1100001 | 10010001 | 10111 | 100001 | 0 | 101011 | 100000010 | 10100 | 101111 |
Color Harmonies of #6F6191
Complementary color
Monochromatic Colors of #6F6191
Black with #6F6191
Text Example
Text Example
White with #6F6191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6191; }
p { color: rgb(111,97,145); }
H1.HeaderClassName
{
color: #6F6191;
}
.AnyTagClassName
{
color: #6F6191;
}
</style>
background-color css
<style>
a { background-color: #6F6191; }
a { background-color: rgb(111,97,145); }
div.DivClassName
{
background-color: #6F6191;
}
.BgClassName
{
background-color: #6F6191;
}
</style>
border-color css
<style>
span { border-color: #6F6191; }
span { border-color: rgb(111,97,145); }
td.TdClassName
{
border-color: #6F6191;
}
.TagClassName
{
border-color: #6F6191;
}
</style>