Shades of Kimberly #6C638D
Tints of Kimberly #6C638D
RGB
CMYK
RGB Variations
Color information
#6C638D (or 0x6C638D) is known color: Kimberly. HEX triplet: 6C, 63 and 8D. RGB value is (108,99,141). Sum of RGB (Red+Green+Blue) = 108+99+141=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C638D is #939C72. Grayscale: #6A6A6A. Windows color (decimal): -9673843 or 9266028. OLE color: 9266028.
HSL color Cylindrical-coordinate representation of color #6C638D: hue angle of 252.86º 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 #6C638D is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 99 | 141 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.45 |
| HSL | 252.86º | 0.18% | 0.47% | - |
| HSV(B) | 252.86º | 0.3% | 0.55% | - |
| XYZ | 15.45 | 14.03 | 27.09 | - |
| YUV | 106.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 141 | 0.23 | 0.30 | 0 | 0.45 | 252.86 | 0.18 | 0.47 |
| Hex | 6C | 63 | 8D | 17 | 1E | 0 | 2D | FD | 12 | 2F |
| Octal | 154 | 143 | 215 | 27 | 36 | 0 | 55 | 375 | 22 | 57 |
| Binary | 1101100 | 1100011 | 10001101 | 10111 | 11110 | 0 | 101101 | 11111101 | 10010 | 101111 |
Color Harmonies of #6C638D
Complementary color
Monochromatic Colors of #6C638D
Black with #6C638D
Text Example
Text Example
White with #6C638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C638D; }
p { color: rgb(108,99,141); }
H1.HeaderClassName
{
color: #6C638D;
}
.AnyTagClassName
{
color: #6C638D;
}
</style>
background-color css
<style>
a { background-color: #6C638D; }
a { background-color: rgb(108,99,141); }
div.DivClassName
{
background-color: #6C638D;
}
.BgClassName
{
background-color: #6C638D;
}
</style>
border-color css
<style>
span { border-color: #6C638D; }
span { border-color: rgb(108,99,141); }
td.TdClassName
{
border-color: #6C638D;
}
.TagClassName
{
border-color: #6C638D;
}
</style>