Shades of Kimberly #6D658E
Tints of Kimberly #6D658E
RGB
CMYK
RGB Variations
Color information
#6D658E (or 0x6D658E) is known color: Kimberly. HEX triplet: 6D, 65 and 8E. RGB value is (109,101,142). Sum of RGB (Red+Green+Blue) = 109+101+142=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D658E is #929A71. Grayscale: #6B6B6B. Windows color (decimal): -9607794 or 9332077. OLE color: 9332077.
HSL color Cylindrical-coordinate representation of color #6D658E: hue angle of 251.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D658E is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 101 | 142 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.44 |
| HSL | 251.71º | 0.17% | 0.48% | - |
| HSV(B) | 251.71º | 0.29% | 0.56% | - |
| XYZ | 15.84 | 14.51 | 27.56 | - |
| YUV | 108.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 142 | 0.23 | 0.29 | 0 | 0.44 | 251.71 | 0.17 | 0.48 |
| Hex | 6D | 65 | 8E | 17 | 1D | 0 | 2C | FC | 11 | 30 |
| Octal | 155 | 145 | 216 | 27 | 35 | 0 | 54 | 374 | 21 | 60 |
| Binary | 1101101 | 1100101 | 10001110 | 10111 | 11101 | 0 | 101100 | 11111100 | 10001 | 110000 |
Color Harmonies of #6D658E
Complementary color
Monochromatic Colors of #6D658E
Black with #6D658E
Text Example
Text Example
White with #6D658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D658E; }
p { color: rgb(109,101,142); }
H1.HeaderClassName
{
color: #6D658E;
}
.AnyTagClassName
{
color: #6D658E;
}
</style>
background-color css
<style>
a { background-color: #6D658E; }
a { background-color: rgb(109,101,142); }
div.DivClassName
{
background-color: #6D658E;
}
.BgClassName
{
background-color: #6D658E;
}
</style>
border-color css
<style>
span { border-color: #6D658E; }
span { border-color: rgb(109,101,142); }
td.TdClassName
{
border-color: #6D658E;
}
.TagClassName
{
border-color: #6D658E;
}
</style>