Shades of Kimberly #6C6789
Tints of Kimberly #6C6789
RGB
CMYK
RGB Variations
Color information
#6C6789 (or 0x6C6789) is known color: Kimberly. HEX triplet: 6C, 67 and 89. RGB value is (108,103,137). Sum of RGB (Red+Green+Blue) = 108+103+137=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C6789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6789 is #939876. Grayscale: #6C6C6C. Windows color (decimal): -9672823 or 9004908. OLE color: 9004908.
HSL color Cylindrical-coordinate representation of color #6C6789: hue angle of 248.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C6789 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 103 | 137 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.46 |
| HSL | 248.82º | 0.14% | 0.47% | - |
| HSV(B) | 248.82º | 0.25% | 0.54% | - |
| XYZ | 15.55 | 14.69 | 25.68 | - |
| YUV | 108.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 137 | 0.21 | 0.25 | 0 | 0.46 | 248.82 | 0.14 | 0.47 |
| Hex | 6C | 67 | 89 | 15 | 19 | 0 | 2E | F9 | E | 2F |
| Octal | 154 | 147 | 211 | 25 | 31 | 0 | 56 | 371 | 16 | 57 |
| Binary | 1101100 | 1100111 | 10001001 | 10101 | 11001 | 0 | 101110 | 11111001 | 1110 | 101111 |
Color Harmonies of #6C6789
Complementary color
Monochromatic Colors of #6C6789
Black with #6C6789
Text Example
Text Example
White with #6C6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6789; }
p { color: rgb(108,103,137); }
H1.HeaderClassName
{
color: #6C6789;
}
.AnyTagClassName
{
color: #6C6789;
}
</style>
background-color css
<style>
a { background-color: #6C6789; }
a { background-color: rgb(108,103,137); }
div.DivClassName
{
background-color: #6C6789;
}
.BgClassName
{
background-color: #6C6789;
}
</style>
border-color css
<style>
span { border-color: #6C6789; }
span { border-color: rgb(108,103,137); }
td.TdClassName
{
border-color: #6C6789;
}
.TagClassName
{
border-color: #6C6789;
}
</style>