Shades of Kimberly #6C6192
Tints of Kimberly #6C6192
RGB
CMYK
RGB Variations
Color information
#6C6192 (or 0x6C6192) is known color: Kimberly. HEX triplet: 6C, 61 and 92. RGB value is (108,97,146). Sum of RGB (Red+Green+Blue) = 108+97+146=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C6192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6192 is #939E6D. Grayscale: #696969. Windows color (decimal): -9674350 or 9593196. OLE color: 9593196.
HSL color Cylindrical-coordinate representation of color #6C6192: hue angle of 253.47º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C6192 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 97 | 146 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.43 |
| HSL | 253.47º | 0.2% | 0.48% | - |
| HSV(B) | 253.47º | 0.34% | 0.57% | - |
| XYZ | 15.65 | 13.81 | 29.04 | - |
| YUV | 105.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 146 | 0.26 | 0.34 | 0 | 0.43 | 253.47 | 0.2 | 0.48 |
| Hex | 6C | 61 | 92 | 1A | 22 | 0 | 2B | FD | 14 | 30 |
| Octal | 154 | 141 | 222 | 32 | 42 | 0 | 53 | 375 | 24 | 60 |
| Binary | 1101100 | 1100001 | 10010010 | 11010 | 100010 | 0 | 101011 | 11111101 | 10100 | 110000 |
Color Harmonies of #6C6192
Complementary color
Monochromatic Colors of #6C6192
Black with #6C6192
Text Example
Text Example
White with #6C6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6192; }
p { color: rgb(108,97,146); }
H1.HeaderClassName
{
color: #6C6192;
}
.AnyTagClassName
{
color: #6C6192;
}
</style>
background-color css
<style>
a { background-color: #6C6192; }
a { background-color: rgb(108,97,146); }
div.DivClassName
{
background-color: #6C6192;
}
.BgClassName
{
background-color: #6C6192;
}
</style>
border-color css
<style>
span { border-color: #6C6192; }
span { border-color: rgb(108,97,146); }
td.TdClassName
{
border-color: #6C6192;
}
.TagClassName
{
border-color: #6C6192;
}
</style>