Shades of Kimberly #6A648E
Tints of Kimberly #6A648E
RGB
CMYK
RGB Variations
Color information
#6A648E (or 0x6A648E) is known color: Kimberly. HEX triplet: 6A, 64 and 8E. RGB value is (106,100,142). Sum of RGB (Red+Green+Blue) = 106+100+142=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A648E is #959B71. Grayscale: #6A6A6A. Windows color (decimal): -9804658 or 9331818. OLE color: 9331818.
HSL color Cylindrical-coordinate representation of color #6A648E: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A648E is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 100 | 142 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.44 |
| HSL | 248.57º | 0.17% | 0.47% | - |
| HSV(B) | 248.57º | 0.3% | 0.56% | - |
| XYZ | 15.38 | 14.13 | 27.51 | - |
| YUV | 106.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 100 | 142 | 0.25 | 0.30 | 0 | 0.44 | 248.57 | 0.17 | 0.47 |
| Hex | 6A | 64 | 8E | 19 | 1E | 0 | 2C | F9 | 11 | 2F |
| Octal | 152 | 144 | 216 | 31 | 36 | 0 | 54 | 371 | 21 | 57 |
| Binary | 1101010 | 1100100 | 10001110 | 11001 | 11110 | 0 | 101100 | 11111001 | 10001 | 101111 |
Color Harmonies of #6A648E
Complementary color
Monochromatic Colors of #6A648E
Black with #6A648E
Text Example
Text Example
White with #6A648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A648E; }
p { color: rgb(106,100,142); }
H1.HeaderClassName
{
color: #6A648E;
}
.AnyTagClassName
{
color: #6A648E;
}
</style>
background-color css
<style>
a { background-color: #6A648E; }
a { background-color: rgb(106,100,142); }
div.DivClassName
{
background-color: #6A648E;
}
.BgClassName
{
background-color: #6A648E;
}
</style>
border-color css
<style>
span { border-color: #6A648E; }
span { border-color: rgb(106,100,142); }
td.TdClassName
{
border-color: #6A648E;
}
.TagClassName
{
border-color: #6A648E;
}
</style>