Shades of Kimberly #6E648F
Tints of Kimberly #6E648F
RGB
CMYK
RGB Variations
Color information
#6E648F (or 0x6E648F) is known color: Kimberly. HEX triplet: 6E, 64 and 8F. RGB value is (110,100,143). Sum of RGB (Red+Green+Blue) = 110+100+143=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E648F is #919B70. Grayscale: #6B6B6B. Windows color (decimal): -9542513 or 9397358. OLE color: 9397358.
HSL color Cylindrical-coordinate representation of color #6E648F: hue angle of 253.95º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E648F is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 100 | 143 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.44 |
| HSL | 253.95º | 0.18% | 0.48% | - |
| HSV(B) | 253.95º | 0.3% | 0.56% | - |
| XYZ | 15.95 | 14.41 | 27.93 | - |
| YUV | 107.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 143 | 0.23 | 0.30 | 0 | 0.44 | 253.95 | 0.18 | 0.48 |
| Hex | 6E | 64 | 8F | 17 | 1E | 0 | 2C | FE | 12 | 30 |
| Octal | 156 | 144 | 217 | 27 | 36 | 0 | 54 | 376 | 22 | 60 |
| Binary | 1101110 | 1100100 | 10001111 | 10111 | 11110 | 0 | 101100 | 11111110 | 10010 | 110000 |
Color Harmonies of #6E648F
Complementary color
Monochromatic Colors of #6E648F
Black with #6E648F
Text Example
Text Example
White with #6E648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E648F; }
p { color: rgb(110,100,143); }
H1.HeaderClassName
{
color: #6E648F;
}
.AnyTagClassName
{
color: #6E648F;
}
</style>
background-color css
<style>
a { background-color: #6E648F; }
a { background-color: rgb(110,100,143); }
div.DivClassName
{
background-color: #6E648F;
}
.BgClassName
{
background-color: #6E648F;
}
</style>
border-color css
<style>
span { border-color: #6E648F; }
span { border-color: rgb(110,100,143); }
td.TdClassName
{
border-color: #6E648F;
}
.TagClassName
{
border-color: #6E648F;
}
</style>