Shades of Kimberly #6C5C89
Tints of Kimberly #6C5C89
RGB
CMYK
RGB Variations
Color information
#6C5C89 (or 0x6C5C89) is known color: Kimberly. HEX triplet: 6C, 5C and 89. RGB value is (108,92,137). Sum of RGB (Red+Green+Blue) = 108+92+137=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C5C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5C89 is #93A376. Grayscale: #656565. Windows color (decimal): -9675639 or 9002092. OLE color: 9002092.
HSL color Cylindrical-coordinate representation of color #6C5C89: hue angle of 261.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C5C89 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 92 | 137 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.46 |
| HSL | 261.33º | 0.2% | 0.45% | - |
| HSV(B) | 261.33º | 0.33% | 0.54% | - |
| XYZ | 14.53 | 12.65 | 25.34 | - |
| YUV | 101.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 92 | 137 | 0.21 | 0.33 | 0 | 0.46 | 261.33 | 0.2 | 0.45 |
| Hex | 6C | 5C | 89 | 15 | 21 | 0 | 2E | 105 | 14 | 2D |
| Octal | 154 | 134 | 211 | 25 | 41 | 0 | 56 | 405 | 24 | 55 |
| Binary | 1101100 | 1011100 | 10001001 | 10101 | 100001 | 0 | 101110 | 100000101 | 10100 | 101101 |
Color Harmonies of #6C5C89
Complementary color
Monochromatic Colors of #6C5C89
Black with #6C5C89
Text Example
Text Example
White with #6C5C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5C89; }
p { color: rgb(108,92,137); }
H1.HeaderClassName
{
color: #6C5C89;
}
.AnyTagClassName
{
color: #6C5C89;
}
</style>
background-color css
<style>
a { background-color: #6C5C89; }
a { background-color: rgb(108,92,137); }
div.DivClassName
{
background-color: #6C5C89;
}
.BgClassName
{
background-color: #6C5C89;
}
</style>
border-color css
<style>
span { border-color: #6C5C89; }
span { border-color: rgb(108,92,137); }
td.TdClassName
{
border-color: #6C5C89;
}
.TagClassName
{
border-color: #6C5C89;
}
</style>