Shades of Kimberly #6F618B
Tints of Kimberly #6F618B
RGB
CMYK
RGB Variations
Color information
#6F618B (or 0x6F618B) is known color: Kimberly. HEX triplet: 6F, 61 and 8B. RGB value is (111,97,139). Sum of RGB (Red+Green+Blue) = 111+97+139=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F618B is #909E74. Grayscale: #696969. Windows color (decimal): -9477749 or 9134447. OLE color: 9134447.
HSL color Cylindrical-coordinate representation of color #6F618B: hue angle of 260º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F618B is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 97 | 139 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.45 |
| HSL | 260º | 0.18% | 0.46% | - |
| HSV(B) | 260º | 0.3% | 0.55% | - |
| XYZ | 15.49 | 13.79 | 26.27 | - |
| YUV | 105.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 139 | 0.20 | 0.30 | 0 | 0.45 | 260 | 0.18 | 0.46 |
| Hex | 6F | 61 | 8B | 14 | 1E | 0 | 2D | 104 | 12 | 2E |
| Octal | 157 | 141 | 213 | 24 | 36 | 0 | 55 | 404 | 22 | 56 |
| Binary | 1101111 | 1100001 | 10001011 | 10100 | 11110 | 0 | 101101 | 100000100 | 10010 | 101110 |
Color Harmonies of #6F618B
Complementary color
Monochromatic Colors of #6F618B
Black with #6F618B
Text Example
Text Example
White with #6F618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F618B; }
p { color: rgb(111,97,139); }
H1.HeaderClassName
{
color: #6F618B;
}
.AnyTagClassName
{
color: #6F618B;
}
</style>
background-color css
<style>
a { background-color: #6F618B; }
a { background-color: rgb(111,97,139); }
div.DivClassName
{
background-color: #6F618B;
}
.BgClassName
{
background-color: #6F618B;
}
</style>
border-color css
<style>
span { border-color: #6F618B; }
span { border-color: rgb(111,97,139); }
td.TdClassName
{
border-color: #6F618B;
}
.TagClassName
{
border-color: #6F618B;
}
</style>