Shades of Kimberly #6C6089
Tints of Kimberly #6C6089
RGB
CMYK
RGB Variations
Color information
#6C6089 (or 0x6C6089) is known color: Kimberly. HEX triplet: 6C, 60 and 89. RGB value is (108,96,137). Sum of RGB (Red+Green+Blue) = 108+96+137=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C6089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6089 is #939F76. Grayscale: #686868. Windows color (decimal): -9674615 or 9003116. OLE color: 9003116.
HSL color Cylindrical-coordinate representation of color #6C6089: hue angle of 257.56º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C6089 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 96 | 137 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.46 |
| HSL | 257.56º | 0.18% | 0.46% | - |
| HSV(B) | 257.56º | 0.3% | 0.54% | - |
| XYZ | 14.88 | 13.36 | 25.46 | - |
| YUV | 104.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 137 | 0.21 | 0.30 | 0 | 0.46 | 257.56 | 0.18 | 0.46 |
| Hex | 6C | 60 | 89 | 15 | 1E | 0 | 2E | 102 | 12 | 2E |
| Octal | 154 | 140 | 211 | 25 | 36 | 0 | 56 | 402 | 22 | 56 |
| Binary | 1101100 | 1100000 | 10001001 | 10101 | 11110 | 0 | 101110 | 100000010 | 10010 | 101110 |
Color Harmonies of #6C6089
Complementary color
Monochromatic Colors of #6C6089
Black with #6C6089
Text Example
Text Example
White with #6C6089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6089; }
p { color: rgb(108,96,137); }
H1.HeaderClassName
{
color: #6C6089;
}
.AnyTagClassName
{
color: #6C6089;
}
</style>
background-color css
<style>
a { background-color: #6C6089; }
a { background-color: rgb(108,96,137); }
div.DivClassName
{
background-color: #6C6089;
}
.BgClassName
{
background-color: #6C6089;
}
</style>
border-color css
<style>
span { border-color: #6C6089; }
span { border-color: rgb(108,96,137); }
td.TdClassName
{
border-color: #6C6089;
}
.TagClassName
{
border-color: #6C6089;
}
</style>