Shades of Kimberly #6C6989
Tints of Kimberly #6C6989
RGB
CMYK
RGB Variations
Color information
#6C6989 (or 0x6C6989) is known color: Kimberly. HEX triplet: 6C, 69 and 89. RGB value is (108,105,137). Sum of RGB (Red+Green+Blue) = 108+105+137=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C6989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6989 is #939676. Grayscale: #6D6D6D. Windows color (decimal): -9672311 or 9005420. OLE color: 9005420.
HSL color Cylindrical-coordinate representation of color #6C6989: hue angle of 245.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C6989 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 105 | 137 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.46 |
| HSL | 245.63º | 0.13% | 0.47% | - |
| HSV(B) | 245.63º | 0.23% | 0.54% | - |
| XYZ | 15.75 | 15.1 | 25.75 | - |
| YUV | 109.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 137 | 0.21 | 0.23 | 0 | 0.46 | 245.63 | 0.13 | 0.47 |
| Hex | 6C | 69 | 89 | 15 | 17 | 0 | 2E | F6 | D | 2F |
| Octal | 154 | 151 | 211 | 25 | 27 | 0 | 56 | 366 | 15 | 57 |
| Binary | 1101100 | 1101001 | 10001001 | 10101 | 10111 | 0 | 101110 | 11110110 | 1101 | 101111 |
Color Harmonies of #6C6989
Complementary color
Monochromatic Colors of #6C6989
Black with #6C6989
Text Example
Text Example
White with #6C6989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6989; }
p { color: rgb(108,105,137); }
H1.HeaderClassName
{
color: #6C6989;
}
.AnyTagClassName
{
color: #6C6989;
}
</style>
background-color css
<style>
a { background-color: #6C6989; }
a { background-color: rgb(108,105,137); }
div.DivClassName
{
background-color: #6C6989;
}
.BgClassName
{
background-color: #6C6989;
}
</style>
border-color css
<style>
span { border-color: #6C6989; }
span { border-color: rgb(108,105,137); }
td.TdClassName
{
border-color: #6C6989;
}
.TagClassName
{
border-color: #6C6989;
}
</style>