Shades of Kimberly #6D658B
Tints of Kimberly #6D658B
RGB
CMYK
RGB Variations
Color information
#6D658B (or 0x6D658B) is known color: Kimberly. HEX triplet: 6D, 65 and 8B. RGB value is (109,101,139). Sum of RGB (Red+Green+Blue) = 109+101+139=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D658B is #929A74. Grayscale: #6B6B6B. Windows color (decimal): -9607797 or 9135469. OLE color: 9135469.
HSL color Cylindrical-coordinate representation of color #6D658B: hue angle of 252.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D658B is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 101 | 139 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.45 |
| HSL | 252.63º | 0.16% | 0.47% | - |
| HSV(B) | 252.63º | 0.27% | 0.55% | - |
| XYZ | 15.62 | 14.42 | 26.39 | - |
| YUV | 107.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 139 | 0.22 | 0.27 | 0 | 0.45 | 252.63 | 0.16 | 0.47 |
| Hex | 6D | 65 | 8B | 16 | 1B | 0 | 2D | FD | 10 | 2F |
| Octal | 155 | 145 | 213 | 26 | 33 | 0 | 55 | 375 | 20 | 57 |
| Binary | 1101101 | 1100101 | 10001011 | 10110 | 11011 | 0 | 101101 | 11111101 | 10000 | 101111 |
Color Harmonies of #6D658B
Complementary color
Monochromatic Colors of #6D658B
Black with #6D658B
Text Example
Text Example
White with #6D658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D658B; }
p { color: rgb(109,101,139); }
H1.HeaderClassName
{
color: #6D658B;
}
.AnyTagClassName
{
color: #6D658B;
}
</style>
background-color css
<style>
a { background-color: #6D658B; }
a { background-color: rgb(109,101,139); }
div.DivClassName
{
background-color: #6D658B;
}
.BgClassName
{
background-color: #6D658B;
}
</style>
border-color css
<style>
span { border-color: #6D658B; }
span { border-color: rgb(109,101,139); }
td.TdClassName
{
border-color: #6D658B;
}
.TagClassName
{
border-color: #6D658B;
}
</style>