Shades of Kimberly #6C648A
Tints of Kimberly #6C648A
RGB
CMYK
RGB Variations
Color information
#6C648A (or 0x6C648A) is known color: Kimberly. HEX triplet: 6C, 64 and 8A. RGB value is (108,100,138). Sum of RGB (Red+Green+Blue) = 108+100+138=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C648A is #939B75. Grayscale: #6A6A6A. Windows color (decimal): -9673590 or 9069676. OLE color: 9069676.
HSL color Cylindrical-coordinate representation of color #6C648A: hue angle of 252.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C648A is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 100 | 138 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.46 |
| HSL | 252.63º | 0.16% | 0.47% | - |
| HSV(B) | 252.63º | 0.28% | 0.54% | - |
| XYZ | 15.33 | 14.14 | 25.97 | - |
| YUV | 106.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 138 | 0.22 | 0.28 | 0 | 0.46 | 252.63 | 0.16 | 0.47 |
| Hex | 6C | 64 | 8A | 16 | 1C | 0 | 2E | FD | 10 | 2F |
| Octal | 154 | 144 | 212 | 26 | 34 | 0 | 56 | 375 | 20 | 57 |
| Binary | 1101100 | 1100100 | 10001010 | 10110 | 11100 | 0 | 101110 | 11111101 | 10000 | 101111 |
Color Harmonies of #6C648A
Complementary color
Monochromatic Colors of #6C648A
Black with #6C648A
Text Example
Text Example
White with #6C648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C648A; }
p { color: rgb(108,100,138); }
H1.HeaderClassName
{
color: #6C648A;
}
.AnyTagClassName
{
color: #6C648A;
}
</style>
background-color css
<style>
a { background-color: #6C648A; }
a { background-color: rgb(108,100,138); }
div.DivClassName
{
background-color: #6C648A;
}
.BgClassName
{
background-color: #6C648A;
}
</style>
border-color css
<style>
span { border-color: #6C648A; }
span { border-color: rgb(108,100,138); }
td.TdClassName
{
border-color: #6C648A;
}
.TagClassName
{
border-color: #6C648A;
}
</style>