Shades of Kimberly #6C648B
Tints of Kimberly #6C648B
RGB
CMYK
RGB Variations
Color information
#6C648B (or 0x6C648B) is known color: Kimberly. HEX triplet: 6C, 64 and 8B. RGB value is (108,100,139). Sum of RGB (Red+Green+Blue) = 108+100+139=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C648B is #939B74. Grayscale: #6A6A6A. Windows color (decimal): -9673589 or 9135212. OLE color: 9135212.
HSL color Cylindrical-coordinate representation of color #6C648B: hue angle of 252.31º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C648B is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 100 | 139 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.45 |
| HSL | 252.31º | 0.16% | 0.47% | - |
| HSV(B) | 252.31º | 0.28% | 0.55% | - |
| XYZ | 15.4 | 14.17 | 26.35 | - |
| YUV | 106.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 139 | 0.22 | 0.28 | 0 | 0.45 | 252.31 | 0.16 | 0.47 |
| Hex | 6C | 64 | 8B | 16 | 1C | 0 | 2D | FC | 10 | 2F |
| Octal | 154 | 144 | 213 | 26 | 34 | 0 | 55 | 374 | 20 | 57 |
| Binary | 1101100 | 1100100 | 10001011 | 10110 | 11100 | 0 | 101101 | 11111100 | 10000 | 101111 |
Color Harmonies of #6C648B
Complementary color
Monochromatic Colors of #6C648B
Black with #6C648B
Text Example
Text Example
White with #6C648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C648B; }
p { color: rgb(108,100,139); }
H1.HeaderClassName
{
color: #6C648B;
}
.AnyTagClassName
{
color: #6C648B;
}
</style>
background-color css
<style>
a { background-color: #6C648B; }
a { background-color: rgb(108,100,139); }
div.DivClassName
{
background-color: #6C648B;
}
.BgClassName
{
background-color: #6C648B;
}
</style>
border-color css
<style>
span { border-color: #6C648B; }
span { border-color: rgb(108,100,139); }
td.TdClassName
{
border-color: #6C648B;
}
.TagClassName
{
border-color: #6C648B;
}
</style>