Shades of Kimberly #6D618B
Tints of Kimberly #6D618B
RGB
CMYK
RGB Variations
Color information
#6D618B (or 0x6D618B) is known color: Kimberly. HEX triplet: 6D, 61 and 8B. RGB value is (109,97,139). Sum of RGB (Red+Green+Blue) = 109+97+139=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D618B is #929E74. Grayscale: #696969. Windows color (decimal): -9608821 or 9134445. OLE color: 9134445.
HSL color Cylindrical-coordinate representation of color #6D618B: hue angle of 257.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D618B is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 97 | 139 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.45 |
| HSL | 257.14º | 0.18% | 0.46% | - |
| HSV(B) | 257.14º | 0.3% | 0.55% | - |
| XYZ | 15.24 | 13.66 | 26.26 | - |
| YUV | 105.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 139 | 0.22 | 0.30 | 0 | 0.45 | 257.14 | 0.18 | 0.46 |
| Hex | 6D | 61 | 8B | 16 | 1E | 0 | 2D | 101 | 12 | 2E |
| Octal | 155 | 141 | 213 | 26 | 36 | 0 | 55 | 401 | 22 | 56 |
| Binary | 1101101 | 1100001 | 10001011 | 10110 | 11110 | 0 | 101101 | 100000001 | 10010 | 101110 |
Color Harmonies of #6D618B
Complementary color
Monochromatic Colors of #6D618B
Black with #6D618B
Text Example
Text Example
White with #6D618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D618B; }
p { color: rgb(109,97,139); }
H1.HeaderClassName
{
color: #6D618B;
}
.AnyTagClassName
{
color: #6D618B;
}
</style>
background-color css
<style>
a { background-color: #6D618B; }
a { background-color: rgb(109,97,139); }
div.DivClassName
{
background-color: #6D618B;
}
.BgClassName
{
background-color: #6D618B;
}
</style>
border-color css
<style>
span { border-color: #6D618B; }
span { border-color: rgb(109,97,139); }
td.TdClassName
{
border-color: #6D618B;
}
.TagClassName
{
border-color: #6D618B;
}
</style>