Shades of Kimberly #6D628E
Tints of Kimberly #6D628E
RGB
CMYK
RGB Variations
Color information
#6D628E (or 0x6D628E) is known color: Kimberly. HEX triplet: 6D, 62 and 8E. RGB value is (109,98,142). Sum of RGB (Red+Green+Blue) = 109+98+142=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D628E is #929D71. Grayscale: #6A6A6A. Windows color (decimal): -9608562 or 9331309. OLE color: 9331309.
HSL color Cylindrical-coordinate representation of color #6D628E: hue angle of 255º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D628E is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 98 | 142 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.44 |
| HSL | 255º | 0.18% | 0.47% | - |
| HSV(B) | 255º | 0.31% | 0.56% | - |
| XYZ | 15.56 | 13.94 | 27.46 | - |
| YUV | 106.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 142 | 0.23 | 0.31 | 0 | 0.44 | 255 | 0.18 | 0.47 |
| Hex | 6D | 62 | 8E | 17 | 1F | 0 | 2C | FF | 12 | 2F |
| Octal | 155 | 142 | 216 | 27 | 37 | 0 | 54 | 377 | 22 | 57 |
| Binary | 1101101 | 1100010 | 10001110 | 10111 | 11111 | 0 | 101100 | 11111111 | 10010 | 101111 |
Color Harmonies of #6D628E
Complementary color
Monochromatic Colors of #6D628E
Black with #6D628E
Text Example
Text Example
White with #6D628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D628E; }
p { color: rgb(109,98,142); }
H1.HeaderClassName
{
color: #6D628E;
}
.AnyTagClassName
{
color: #6D628E;
}
</style>
background-color css
<style>
a { background-color: #6D628E; }
a { background-color: rgb(109,98,142); }
div.DivClassName
{
background-color: #6D628E;
}
.BgClassName
{
background-color: #6D628E;
}
</style>
border-color css
<style>
span { border-color: #6D628E; }
span { border-color: rgb(109,98,142); }
td.TdClassName
{
border-color: #6D628E;
}
.TagClassName
{
border-color: #6D628E;
}
</style>