Shades of Kimberly #6E618A
Tints of Kimberly #6E618A
RGB
CMYK
RGB Variations
Color information
#6E618A (or 0x6E618A) is known color: Kimberly. HEX triplet: 6E, 61 and 8A. RGB value is (110,97,138). Sum of RGB (Red+Green+Blue) = 110+97+138=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E618A is #919E75. Grayscale: #696969. Windows color (decimal): -9543286 or 9068910. OLE color: 9068910.
HSL color Cylindrical-coordinate representation of color #6E618A: hue angle of 259.02º 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 #6E618A is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 97 | 138 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.46 |
| HSL | 259.02º | 0.17% | 0.46% | - |
| HSV(B) | 259.02º | 0.3% | 0.54% | - |
| XYZ | 15.29 | 13.7 | 25.88 | - |
| YUV | 105.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 138 | 0.20 | 0.30 | 0 | 0.46 | 259.02 | 0.17 | 0.46 |
| Hex | 6E | 61 | 8A | 14 | 1E | 0 | 2E | 103 | 11 | 2E |
| Octal | 156 | 141 | 212 | 24 | 36 | 0 | 56 | 403 | 21 | 56 |
| Binary | 1101110 | 1100001 | 10001010 | 10100 | 11110 | 0 | 101110 | 100000011 | 10001 | 101110 |
Color Harmonies of #6E618A
Complementary color
Monochromatic Colors of #6E618A
Black with #6E618A
Text Example
Text Example
White with #6E618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E618A; }
p { color: rgb(110,97,138); }
H1.HeaderClassName
{
color: #6E618A;
}
.AnyTagClassName
{
color: #6E618A;
}
</style>
background-color css
<style>
a { background-color: #6E618A; }
a { background-color: rgb(110,97,138); }
div.DivClassName
{
background-color: #6E618A;
}
.BgClassName
{
background-color: #6E618A;
}
</style>
border-color css
<style>
span { border-color: #6E618A; }
span { border-color: rgb(110,97,138); }
td.TdClassName
{
border-color: #6E618A;
}
.TagClassName
{
border-color: #6E618A;
}
</style>