Shades of Kimberly #6C6788
Tints of Kimberly #6C6788
RGB
CMYK
RGB Variations
Color information
#6C6788 (or 0x6C6788) is known color: Kimberly. HEX triplet: 6C, 67 and 88. RGB value is (108,103,136). Sum of RGB (Red+Green+Blue) = 108+103+136=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C6788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6788 is #939877. Grayscale: #6C6C6C. Windows color (decimal): -9672824 or 8939372. OLE color: 8939372.
HSL color Cylindrical-coordinate representation of color #6C6788: hue angle of 249.09º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C6788 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 103 | 136 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.47 |
| HSL | 249.09º | 0.14% | 0.47% | - |
| HSV(B) | 249.09º | 0.24% | 0.53% | - |
| XYZ | 15.48 | 14.67 | 25.31 | - |
| YUV | 108.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 136 | 0.21 | 0.24 | 0 | 0.47 | 249.09 | 0.14 | 0.47 |
| Hex | 6C | 67 | 88 | 15 | 18 | 0 | 2F | F9 | E | 2F |
| Octal | 154 | 147 | 210 | 25 | 30 | 0 | 57 | 371 | 16 | 57 |
| Binary | 1101100 | 1100111 | 10001000 | 10101 | 11000 | 0 | 101111 | 11111001 | 1110 | 101111 |
Color Harmonies of #6C6788
Complementary color
Monochromatic Colors of #6C6788
Black with #6C6788
Text Example
Text Example
White with #6C6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6788; }
p { color: rgb(108,103,136); }
H1.HeaderClassName
{
color: #6C6788;
}
.AnyTagClassName
{
color: #6C6788;
}
</style>
background-color css
<style>
a { background-color: #6C6788; }
a { background-color: rgb(108,103,136); }
div.DivClassName
{
background-color: #6C6788;
}
.BgClassName
{
background-color: #6C6788;
}
</style>
border-color css
<style>
span { border-color: #6C6788; }
span { border-color: rgb(108,103,136); }
td.TdClassName
{
border-color: #6C6788;
}
.TagClassName
{
border-color: #6C6788;
}
</style>