Shades of Kimberly #6C6184
Tints of Kimberly #6C6184
RGB
CMYK
RGB Variations
Color information
#6C6184 (or 0x6C6184) is known color: Kimberly. HEX triplet: 6C, 61 and 84. RGB value is (108,97,132). Sum of RGB (Red+Green+Blue) = 108+97+132=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C6184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6184 is #939E7B. Grayscale: #686868. Windows color (decimal): -9674364 or 8675692. OLE color: 8675692.
HSL color Cylindrical-coordinate representation of color #6C6184: hue angle of 258.86º degrees, saturation: 0.15, 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 #6C6184 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 97 | 132 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.48 |
| HSL | 258.86º | 0.15% | 0.45% | - |
| HSV(B) | 258.86º | 0.27% | 0.52% | - |
| XYZ | 14.62 | 13.4 | 23.65 | - |
| YUV | 104.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 132 | 0.18 | 0.27 | 0 | 0.48 | 258.86 | 0.15 | 0.45 |
| Hex | 6C | 61 | 84 | 12 | 1B | 0 | 30 | 103 | F | 2D |
| Octal | 154 | 141 | 204 | 22 | 33 | 0 | 60 | 403 | 17 | 55 |
| Binary | 1101100 | 1100001 | 10000100 | 10010 | 11011 | 0 | 110000 | 100000011 | 1111 | 101101 |
Color Harmonies of #6C6184
Complementary color
Monochromatic Colors of #6C6184
Black with #6C6184
Text Example
Text Example
White with #6C6184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6184; }
p { color: rgb(108,97,132); }
H1.HeaderClassName
{
color: #6C6184;
}
.AnyTagClassName
{
color: #6C6184;
}
</style>
background-color css
<style>
a { background-color: #6C6184; }
a { background-color: rgb(108,97,132); }
div.DivClassName
{
background-color: #6C6184;
}
.BgClassName
{
background-color: #6C6184;
}
</style>
border-color css
<style>
span { border-color: #6C6184; }
span { border-color: rgb(108,97,132); }
td.TdClassName
{
border-color: #6C6184;
}
.TagClassName
{
border-color: #6C6184;
}
</style>