Shades of Kimberly #6C5E87
Tints of Kimberly #6C5E87
RGB
CMYK
RGB Variations
Color information
#6C5E87 (or 0x6C5E87) is known color: Kimberly. HEX triplet: 6C, 5E and 87. RGB value is (108,94,135). Sum of RGB (Red+Green+Blue) = 108+94+135=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C5E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5E87 is #93A178. Grayscale: #666666. Windows color (decimal): -9675129 or 8871532. OLE color: 8871532.
HSL color Cylindrical-coordinate representation of color #6C5E87: hue angle of 260.49º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C5E87 is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 94 | 135 | - |
| CMYK | 0.2 | 0.30 | 0 | 0.47 |
| HSL | 260.49º | 0.18% | 0.45% | - |
| HSV(B) | 260.49º | 0.3% | 0.53% | - |
| XYZ | 14.56 | 12.94 | 24.65 | - |
| YUV | 102.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 135 | 0.2 | 0.30 | 0 | 0.47 | 260.49 | 0.18 | 0.45 |
| Hex | 6C | 5E | 87 | 14 | 1E | 0 | 2F | 104 | 12 | 2D |
| Octal | 154 | 136 | 207 | 24 | 36 | 0 | 57 | 404 | 22 | 55 |
| Binary | 1101100 | 1011110 | 10000111 | 10100 | 11110 | 0 | 101111 | 100000100 | 10010 | 101101 |
Color Harmonies of #6C5E87
Complementary color
Monochromatic Colors of #6C5E87
Black with #6C5E87
Text Example
Text Example
White with #6C5E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5E87; }
p { color: rgb(108,94,135); }
H1.HeaderClassName
{
color: #6C5E87;
}
.AnyTagClassName
{
color: #6C5E87;
}
</style>
background-color css
<style>
a { background-color: #6C5E87; }
a { background-color: rgb(108,94,135); }
div.DivClassName
{
background-color: #6C5E87;
}
.BgClassName
{
background-color: #6C5E87;
}
</style>
border-color css
<style>
span { border-color: #6C5E87; }
span { border-color: rgb(108,94,135); }
td.TdClassName
{
border-color: #6C5E87;
}
.TagClassName
{
border-color: #6C5E87;
}
</style>