Shades of Kimberly #6D5C88
Tints of Kimberly #6D5C88
RGB
CMYK
RGB Variations
Color information
#6D5C88 (or 0x6D5C88) is known color: Kimberly. HEX triplet: 6D, 5C and 88. RGB value is (109,92,136). Sum of RGB (Red+Green+Blue) = 109+92+136=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D5C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5C88 is #92A377. Grayscale: #656565. Windows color (decimal): -9610104 or 8936557. OLE color: 8936557.
HSL color Cylindrical-coordinate representation of color #6D5C88: hue angle of 263.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D5C88 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 92 | 136 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.47 |
| HSL | 263.18º | 0.19% | 0.45% | - |
| HSV(B) | 263.18º | 0.32% | 0.53% | - |
| XYZ | 14.58 | 12.68 | 24.97 | - |
| YUV | 102.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 136 | 0.20 | 0.32 | 0 | 0.47 | 263.18 | 0.19 | 0.45 |
| Hex | 6D | 5C | 88 | 14 | 20 | 0 | 2F | 107 | 13 | 2D |
| Octal | 155 | 134 | 210 | 24 | 40 | 0 | 57 | 407 | 23 | 55 |
| Binary | 1101101 | 1011100 | 10001000 | 10100 | 100000 | 0 | 101111 | 100000111 | 10011 | 101101 |
Color Harmonies of #6D5C88
Complementary color
Monochromatic Colors of #6D5C88
Black with #6D5C88
Text Example
Text Example
White with #6D5C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C88; }
p { color: rgb(109,92,136); }
H1.HeaderClassName
{
color: #6D5C88;
}
.AnyTagClassName
{
color: #6D5C88;
}
</style>
background-color css
<style>
a { background-color: #6D5C88; }
a { background-color: rgb(109,92,136); }
div.DivClassName
{
background-color: #6D5C88;
}
.BgClassName
{
background-color: #6D5C88;
}
</style>
border-color css
<style>
span { border-color: #6D5C88; }
span { border-color: rgb(109,92,136); }
td.TdClassName
{
border-color: #6D5C88;
}
.TagClassName
{
border-color: #6D5C88;
}
</style>