Shades of Kimberly #6E628A
Tints of Kimberly #6E628A
RGB
CMYK
RGB Variations
Color information
#6E628A (or 0x6E628A) is known color: Kimberly. HEX triplet: 6E, 62 and 8A. RGB value is (110,98,138). Sum of RGB (Red+Green+Blue) = 110+98+138=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E628A is #919D75. Grayscale: #6A6A6A. Windows color (decimal): -9543030 or 9069166. OLE color: 9069166.
HSL color Cylindrical-coordinate representation of color #6E628A: hue angle of 258º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E628A is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 98 | 138 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.46 |
| HSL | 258º | 0.17% | 0.46% | - |
| HSV(B) | 258º | 0.29% | 0.54% | - |
| XYZ | 15.39 | 13.89 | 25.91 | - |
| YUV | 106.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 138 | 0.20 | 0.29 | 0 | 0.46 | 258 | 0.17 | 0.46 |
| Hex | 6E | 62 | 8A | 14 | 1D | 0 | 2E | 102 | 11 | 2E |
| Octal | 156 | 142 | 212 | 24 | 35 | 0 | 56 | 402 | 21 | 56 |
| Binary | 1101110 | 1100010 | 10001010 | 10100 | 11101 | 0 | 101110 | 100000010 | 10001 | 101110 |
Color Harmonies of #6E628A
Complementary color
Monochromatic Colors of #6E628A
Black with #6E628A
Text Example
Text Example
White with #6E628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E628A; }
p { color: rgb(110,98,138); }
H1.HeaderClassName
{
color: #6E628A;
}
.AnyTagClassName
{
color: #6E628A;
}
</style>
background-color css
<style>
a { background-color: #6E628A; }
a { background-color: rgb(110,98,138); }
div.DivClassName
{
background-color: #6E628A;
}
.BgClassName
{
background-color: #6E628A;
}
</style>
border-color css
<style>
span { border-color: #6E628A; }
span { border-color: rgb(110,98,138); }
td.TdClassName
{
border-color: #6E628A;
}
.TagClassName
{
border-color: #6E628A;
}
</style>