Shades of Kimberly #6C618D
Tints of Kimberly #6C618D
RGB
CMYK
RGB Variations
Color information
#6C618D (or 0x6C618D) is known color: Kimberly. HEX triplet: 6C, 61 and 8D. RGB value is (108,97,141). Sum of RGB (Red+Green+Blue) = 108+97+141=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C618D is #939E72. Grayscale: #696969. Windows color (decimal): -9674355 or 9265516. OLE color: 9265516.
HSL color Cylindrical-coordinate representation of color #6C618D: hue angle of 255º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C618D is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 97 | 141 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.45 |
| HSL | 255º | 0.18% | 0.47% | - |
| HSV(B) | 255º | 0.31% | 0.55% | - |
| XYZ | 15.27 | 13.66 | 27.03 | - |
| YUV | 105.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 141 | 0.23 | 0.31 | 0 | 0.45 | 255 | 0.18 | 0.47 |
| Hex | 6C | 61 | 8D | 17 | 1F | 0 | 2D | FF | 12 | 2F |
| Octal | 154 | 141 | 215 | 27 | 37 | 0 | 55 | 377 | 22 | 57 |
| Binary | 1101100 | 1100001 | 10001101 | 10111 | 11111 | 0 | 101101 | 11111111 | 10010 | 101111 |
Color Harmonies of #6C618D
Complementary color
Monochromatic Colors of #6C618D
Black with #6C618D
Text Example
Text Example
White with #6C618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C618D; }
p { color: rgb(108,97,141); }
H1.HeaderClassName
{
color: #6C618D;
}
.AnyTagClassName
{
color: #6C618D;
}
</style>
background-color css
<style>
a { background-color: #6C618D; }
a { background-color: rgb(108,97,141); }
div.DivClassName
{
background-color: #6C618D;
}
.BgClassName
{
background-color: #6C618D;
}
</style>
border-color css
<style>
span { border-color: #6C618D; }
span { border-color: rgb(108,97,141); }
td.TdClassName
{
border-color: #6C618D;
}
.TagClassName
{
border-color: #6C618D;
}
</style>