Shades of Kimberly #6C6585
Tints of Kimberly #6C6585
RGB
CMYK
RGB Variations
Color information
#6C6585 (or 0x6C6585) is known color: Kimberly. HEX triplet: 6C, 65 and 85. RGB value is (108,101,133). Sum of RGB (Red+Green+Blue) = 108+101+133=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C6585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6585 is #939A7A. Grayscale: #6A6A6A. Windows color (decimal): -9673339 or 8742252. OLE color: 8742252.
HSL color Cylindrical-coordinate representation of color #6C6585: hue angle of 253.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C6585 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 101 | 133 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.48 |
| HSL | 253.13º | 0.14% | 0.46% | - |
| HSV(B) | 253.13º | 0.24% | 0.52% | - |
| XYZ | 15.07 | 14.19 | 24.13 | - |
| YUV | 106.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 133 | 0.19 | 0.24 | 0 | 0.48 | 253.13 | 0.14 | 0.46 |
| Hex | 6C | 65 | 85 | 13 | 18 | 0 | 30 | FD | E | 2E |
| Octal | 154 | 145 | 205 | 23 | 30 | 0 | 60 | 375 | 16 | 56 |
| Binary | 1101100 | 1100101 | 10000101 | 10011 | 11000 | 0 | 110000 | 11111101 | 1110 | 101110 |
Color Harmonies of #6C6585
Complementary color
Monochromatic Colors of #6C6585
Black with #6C6585
Text Example
Text Example
White with #6C6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6585; }
p { color: rgb(108,101,133); }
H1.HeaderClassName
{
color: #6C6585;
}
.AnyTagClassName
{
color: #6C6585;
}
</style>
background-color css
<style>
a { background-color: #6C6585; }
a { background-color: rgb(108,101,133); }
div.DivClassName
{
background-color: #6C6585;
}
.BgClassName
{
background-color: #6C6585;
}
</style>
border-color css
<style>
span { border-color: #6C6585; }
span { border-color: rgb(108,101,133); }
td.TdClassName
{
border-color: #6C6585;
}
.TagClassName
{
border-color: #6C6585;
}
</style>