Shades of Kimberly #6F648B
Tints of Kimberly #6F648B
RGB
CMYK
RGB Variations
Color information
#6F648B (or 0x6F648B) is known color: Kimberly. HEX triplet: 6F, 64 and 8B. RGB value is (111,100,139). Sum of RGB (Red+Green+Blue) = 111+100+139=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F648B is #909B74. Grayscale: #6B6B6B. Windows color (decimal): -9476981 or 9135215. OLE color: 9135215.
HSL color Cylindrical-coordinate representation of color #6F648B: hue angle of 256.92º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F648B is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 100 | 139 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.45 |
| HSL | 256.92º | 0.16% | 0.47% | - |
| HSV(B) | 256.92º | 0.28% | 0.55% | - |
| XYZ | 15.77 | 14.36 | 26.37 | - |
| YUV | 107.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 139 | 0.20 | 0.28 | 0 | 0.45 | 256.92 | 0.16 | 0.47 |
| Hex | 6F | 64 | 8B | 14 | 1C | 0 | 2D | 101 | 10 | 2F |
| Octal | 157 | 144 | 213 | 24 | 34 | 0 | 55 | 401 | 20 | 57 |
| Binary | 1101111 | 1100100 | 10001011 | 10100 | 11100 | 0 | 101101 | 100000001 | 10000 | 101111 |
Color Harmonies of #6F648B
Complementary color
Monochromatic Colors of #6F648B
Black with #6F648B
Text Example
Text Example
White with #6F648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F648B; }
p { color: rgb(111,100,139); }
H1.HeaderClassName
{
color: #6F648B;
}
.AnyTagClassName
{
color: #6F648B;
}
</style>
background-color css
<style>
a { background-color: #6F648B; }
a { background-color: rgb(111,100,139); }
div.DivClassName
{
background-color: #6F648B;
}
.BgClassName
{
background-color: #6F648B;
}
</style>
border-color css
<style>
span { border-color: #6F648B; }
span { border-color: rgb(111,100,139); }
td.TdClassName
{
border-color: #6F648B;
}
.TagClassName
{
border-color: #6F648B;
}
</style>