Shades of Kimberly #6D5D88
Tints of Kimberly #6D5D88
RGB
CMYK
RGB Variations
Color information
#6D5D88 (or 0x6D5D88) is known color: Kimberly. HEX triplet: 6D, 5D and 88. RGB value is (109,93,136). Sum of RGB (Red+Green+Blue) = 109+93+136=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D5D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5D88 is #92A277. Grayscale: #666666. Windows color (decimal): -9609848 or 8936813. OLE color: 8936813.
HSL color Cylindrical-coordinate representation of color #6D5D88: hue angle of 262.33º 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 #6D5D88 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 93 | 136 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.47 |
| HSL | 262.33º | 0.19% | 0.45% | - |
| HSV(B) | 262.33º | 0.32% | 0.53% | - |
| XYZ | 14.66 | 12.86 | 25 | - |
| YUV | 102.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 136 | 0.20 | 0.32 | 0 | 0.47 | 262.33 | 0.19 | 0.45 |
| Hex | 6D | 5D | 88 | 14 | 20 | 0 | 2F | 106 | 13 | 2D |
| Octal | 155 | 135 | 210 | 24 | 40 | 0 | 57 | 406 | 23 | 55 |
| Binary | 1101101 | 1011101 | 10001000 | 10100 | 100000 | 0 | 101111 | 100000110 | 10011 | 101101 |
Color Harmonies of #6D5D88
Complementary color
Monochromatic Colors of #6D5D88
Black with #6D5D88
Text Example
Text Example
White with #6D5D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5D88; }
p { color: rgb(109,93,136); }
H1.HeaderClassName
{
color: #6D5D88;
}
.AnyTagClassName
{
color: #6D5D88;
}
</style>
background-color css
<style>
a { background-color: #6D5D88; }
a { background-color: rgb(109,93,136); }
div.DivClassName
{
background-color: #6D5D88;
}
.BgClassName
{
background-color: #6D5D88;
}
</style>
border-color css
<style>
span { border-color: #6D5D88; }
span { border-color: rgb(109,93,136); }
td.TdClassName
{
border-color: #6D5D88;
}
.TagClassName
{
border-color: #6D5D88;
}
</style>