Shades of Kimberly #6C6185
Tints of Kimberly #6C6185
RGB
CMYK
RGB Variations
Color information
#6C6185 (or 0x6C6185) is known color: Kimberly. HEX triplet: 6C, 61 and 85. RGB value is (108,97,133). Sum of RGB (Red+Green+Blue) = 108+97+133=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C6185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6185 is #939E7A. Grayscale: #686868. Windows color (decimal): -9674363 or 8741228. OLE color: 8741228.
HSL color Cylindrical-coordinate representation of color #6C6185: hue angle of 258.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C6185 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 97 | 133 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.48 |
| HSL | 258.33º | 0.16% | 0.45% | - |
| HSV(B) | 258.33º | 0.27% | 0.52% | - |
| XYZ | 14.69 | 13.43 | 24.01 | - |
| YUV | 104.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 133 | 0.19 | 0.27 | 0 | 0.48 | 258.33 | 0.16 | 0.45 |
| Hex | 6C | 61 | 85 | 13 | 1B | 0 | 30 | 102 | 10 | 2D |
| Octal | 154 | 141 | 205 | 23 | 33 | 0 | 60 | 402 | 20 | 55 |
| Binary | 1101100 | 1100001 | 10000101 | 10011 | 11011 | 0 | 110000 | 100000010 | 10000 | 101101 |
Color Harmonies of #6C6185
Complementary color
Monochromatic Colors of #6C6185
Black with #6C6185
Text Example
Text Example
White with #6C6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6185; }
p { color: rgb(108,97,133); }
H1.HeaderClassName
{
color: #6C6185;
}
.AnyTagClassName
{
color: #6C6185;
}
</style>
background-color css
<style>
a { background-color: #6C6185; }
a { background-color: rgb(108,97,133); }
div.DivClassName
{
background-color: #6C6185;
}
.BgClassName
{
background-color: #6C6185;
}
</style>
border-color css
<style>
span { border-color: #6C6185; }
span { border-color: rgb(108,97,133); }
td.TdClassName
{
border-color: #6C6185;
}
.TagClassName
{
border-color: #6C6185;
}
</style>