Shades of Kimberly #6D6488
Tints of Kimberly #6D6488
RGB
CMYK
RGB Variations
Color information
#6D6488 (or 0x6D6488) is known color: Kimberly. HEX triplet: 6D, 64 and 88. RGB value is (109,100,136). Sum of RGB (Red+Green+Blue) = 109+100+136=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D6488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6488 is #929B77. Grayscale: #6A6A6A. Windows color (decimal): -9608056 or 8938605. OLE color: 8938605.
HSL color Cylindrical-coordinate representation of color #6D6488: hue angle of 255º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D6488 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 100 | 136 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.47 |
| HSL | 255º | 0.15% | 0.46% | - |
| HSV(B) | 255º | 0.26% | 0.53% | - |
| XYZ | 15.31 | 14.14 | 25.22 | - |
| YUV | 106.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 136 | 0.20 | 0.26 | 0 | 0.47 | 255 | 0.15 | 0.46 |
| Hex | 6D | 64 | 88 | 14 | 1A | 0 | 2F | FF | F | 2E |
| Octal | 155 | 144 | 210 | 24 | 32 | 0 | 57 | 377 | 17 | 56 |
| Binary | 1101101 | 1100100 | 10001000 | 10100 | 11010 | 0 | 101111 | 11111111 | 1111 | 101110 |
Color Harmonies of #6D6488
Complementary color
Monochromatic Colors of #6D6488
Black with #6D6488
Text Example
Text Example
White with #6D6488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6488; }
p { color: rgb(109,100,136); }
H1.HeaderClassName
{
color: #6D6488;
}
.AnyTagClassName
{
color: #6D6488;
}
</style>
background-color css
<style>
a { background-color: #6D6488; }
a { background-color: rgb(109,100,136); }
div.DivClassName
{
background-color: #6D6488;
}
.BgClassName
{
background-color: #6D6488;
}
</style>
border-color css
<style>
span { border-color: #6D6488; }
span { border-color: rgb(109,100,136); }
td.TdClassName
{
border-color: #6D6488;
}
.TagClassName
{
border-color: #6D6488;
}
</style>