Shades of Kimberly #6D648A
Tints of Kimberly #6D648A
RGB
CMYK
RGB Variations
Color information
#6D648A (or 0x6D648A) is known color: Kimberly. HEX triplet: 6D, 64 and 8A. RGB value is (109,100,138). Sum of RGB (Red+Green+Blue) = 109+100+138=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D648A is #929B75. Grayscale: #6A6A6A. Windows color (decimal): -9608054 or 9069677. OLE color: 9069677.
HSL color Cylindrical-coordinate representation of color #6D648A: hue angle of 254.21º 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 #6D648A is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 100 | 138 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.46 |
| HSL | 254.21º | 0.16% | 0.47% | - |
| HSV(B) | 254.21º | 0.28% | 0.54% | - |
| XYZ | 15.45 | 14.2 | 25.97 | - |
| YUV | 107.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 138 | 0.21 | 0.28 | 0 | 0.46 | 254.21 | 0.16 | 0.47 |
| Hex | 6D | 64 | 8A | 15 | 1C | 0 | 2E | FE | 10 | 2F |
| Octal | 155 | 144 | 212 | 25 | 34 | 0 | 56 | 376 | 20 | 57 |
| Binary | 1101101 | 1100100 | 10001010 | 10101 | 11100 | 0 | 101110 | 11111110 | 10000 | 101111 |
Color Harmonies of #6D648A
Complementary color
Monochromatic Colors of #6D648A
Black with #6D648A
Text Example
Text Example
White with #6D648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D648A; }
p { color: rgb(109,100,138); }
H1.HeaderClassName
{
color: #6D648A;
}
.AnyTagClassName
{
color: #6D648A;
}
</style>
background-color css
<style>
a { background-color: #6D648A; }
a { background-color: rgb(109,100,138); }
div.DivClassName
{
background-color: #6D648A;
}
.BgClassName
{
background-color: #6D648A;
}
</style>
border-color css
<style>
span { border-color: #6D648A; }
span { border-color: rgb(109,100,138); }
td.TdClassName
{
border-color: #6D648A;
}
.TagClassName
{
border-color: #6D648A;
}
</style>