Shades of Kimberly #6D638D
Tints of Kimberly #6D638D
RGB
CMYK
RGB Variations
Color information
#6D638D (or 0x6D638D) is known color: Kimberly. HEX triplet: 6D, 63 and 8D. RGB value is (109,99,141). Sum of RGB (Red+Green+Blue) = 109+99+141=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D638D is #929C72. Grayscale: #6A6A6A. Windows color (decimal): -9608307 or 9266029. OLE color: 9266029.
HSL color Cylindrical-coordinate representation of color #6D638D: hue angle of 254.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D638D is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 99 | 141 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.45 |
| HSL | 254.29º | 0.18% | 0.47% | - |
| HSV(B) | 254.29º | 0.3% | 0.55% | - |
| XYZ | 15.58 | 14.1 | 27.1 | - |
| YUV | 106.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 141 | 0.23 | 0.30 | 0 | 0.45 | 254.29 | 0.18 | 0.47 |
| Hex | 6D | 63 | 8D | 17 | 1E | 0 | 2D | FE | 12 | 2F |
| Octal | 155 | 143 | 215 | 27 | 36 | 0 | 55 | 376 | 22 | 57 |
| Binary | 1101101 | 1100011 | 10001101 | 10111 | 11110 | 0 | 101101 | 11111110 | 10010 | 101111 |
Color Harmonies of #6D638D
Complementary color
Monochromatic Colors of #6D638D
Black with #6D638D
Text Example
Text Example
White with #6D638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D638D; }
p { color: rgb(109,99,141); }
H1.HeaderClassName
{
color: #6D638D;
}
.AnyTagClassName
{
color: #6D638D;
}
</style>
background-color css
<style>
a { background-color: #6D638D; }
a { background-color: rgb(109,99,141); }
div.DivClassName
{
background-color: #6D638D;
}
.BgClassName
{
background-color: #6D638D;
}
</style>
border-color css
<style>
span { border-color: #6D638D; }
span { border-color: rgb(109,99,141); }
td.TdClassName
{
border-color: #6D638D;
}
.TagClassName
{
border-color: #6D638D;
}
</style>