Shades of Kimberly #6E648D
Tints of Kimberly #6E648D
RGB
CMYK
RGB Variations
Color information
#6E648D (or 0x6E648D) is known color: Kimberly. HEX triplet: 6E, 64 and 8D. RGB value is (110,100,141). Sum of RGB (Red+Green+Blue) = 110+100+141=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E648D is #919B72. Grayscale: #6B6B6B. Windows color (decimal): -9542515 or 9266286. OLE color: 9266286.
HSL color Cylindrical-coordinate representation of color #6E648D: hue angle of 254.63º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E648D is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 100 | 141 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.45 |
| HSL | 254.63º | 0.17% | 0.47% | - |
| HSV(B) | 254.63º | 0.29% | 0.55% | - |
| XYZ | 15.8 | 14.35 | 27.14 | - |
| YUV | 107.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 141 | 0.22 | 0.29 | 0 | 0.45 | 254.63 | 0.17 | 0.47 |
| Hex | 6E | 64 | 8D | 16 | 1D | 0 | 2D | FF | 11 | 2F |
| Octal | 156 | 144 | 215 | 26 | 35 | 0 | 55 | 377 | 21 | 57 |
| Binary | 1101110 | 1100100 | 10001101 | 10110 | 11101 | 0 | 101101 | 11111111 | 10001 | 101111 |
Color Harmonies of #6E648D
Complementary color
Monochromatic Colors of #6E648D
Black with #6E648D
Text Example
Text Example
White with #6E648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E648D; }
p { color: rgb(110,100,141); }
H1.HeaderClassName
{
color: #6E648D;
}
.AnyTagClassName
{
color: #6E648D;
}
</style>
background-color css
<style>
a { background-color: #6E648D; }
a { background-color: rgb(110,100,141); }
div.DivClassName
{
background-color: #6E648D;
}
.BgClassName
{
background-color: #6E648D;
}
</style>
border-color css
<style>
span { border-color: #6E648D; }
span { border-color: rgb(110,100,141); }
td.TdClassName
{
border-color: #6E648D;
}
.TagClassName
{
border-color: #6E648D;
}
</style>