Shades of Kimberly #6D618A
Tints of Kimberly #6D618A
RGB
CMYK
RGB Variations
Color information
#6D618A (or 0x6D618A) is known color: Kimberly. HEX triplet: 6D, 61 and 8A. RGB value is (109,97,138). Sum of RGB (Red+Green+Blue) = 109+97+138=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D618A is #929E75. Grayscale: #696969. Windows color (decimal): -9608822 or 9068909. OLE color: 9068909.
HSL color Cylindrical-coordinate representation of color #6D618A: hue angle of 257.56º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D618A is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 97 | 138 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.46 |
| HSL | 257.56º | 0.17% | 0.46% | - |
| HSV(B) | 257.56º | 0.3% | 0.54% | - |
| XYZ | 15.17 | 13.64 | 25.88 | - |
| YUV | 105.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 138 | 0.21 | 0.30 | 0 | 0.46 | 257.56 | 0.17 | 0.46 |
| Hex | 6D | 61 | 8A | 15 | 1E | 0 | 2E | 102 | 11 | 2E |
| Octal | 155 | 141 | 212 | 25 | 36 | 0 | 56 | 402 | 21 | 56 |
| Binary | 1101101 | 1100001 | 10001010 | 10101 | 11110 | 0 | 101110 | 100000010 | 10001 | 101110 |
Color Harmonies of #6D618A
Complementary color
Monochromatic Colors of #6D618A
Black with #6D618A
Text Example
Text Example
White with #6D618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D618A; }
p { color: rgb(109,97,138); }
H1.HeaderClassName
{
color: #6D618A;
}
.AnyTagClassName
{
color: #6D618A;
}
</style>
background-color css
<style>
a { background-color: #6D618A; }
a { background-color: rgb(109,97,138); }
div.DivClassName
{
background-color: #6D618A;
}
.BgClassName
{
background-color: #6D618A;
}
</style>
border-color css
<style>
span { border-color: #6D618A; }
span { border-color: rgb(109,97,138); }
td.TdClassName
{
border-color: #6D618A;
}
.TagClassName
{
border-color: #6D618A;
}
</style>