Shades of Kimberly #6C6588
Tints of Kimberly #6C6588
RGB
CMYK
RGB Variations
Color information
#6C6588 (or 0x6C6588) is known color: Kimberly. HEX triplet: 6C, 65 and 88. RGB value is (108,101,136). Sum of RGB (Red+Green+Blue) = 108+101+136=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C6588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6588 is #939A77. Grayscale: #6A6A6A. Windows color (decimal): -9673336 or 8938860. OLE color: 8938860.
HSL color Cylindrical-coordinate representation of color #6C6588: hue angle of 252º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C6588 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 101 | 136 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.47 |
| HSL | 252º | 0.15% | 0.46% | - |
| HSV(B) | 252º | 0.26% | 0.53% | - |
| XYZ | 15.28 | 14.27 | 25.24 | - |
| YUV | 107.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 136 | 0.21 | 0.26 | 0 | 0.47 | 252 | 0.15 | 0.46 |
| Hex | 6C | 65 | 88 | 15 | 1A | 0 | 2F | FC | F | 2E |
| Octal | 154 | 145 | 210 | 25 | 32 | 0 | 57 | 374 | 17 | 56 |
| Binary | 1101100 | 1100101 | 10001000 | 10101 | 11010 | 0 | 101111 | 11111100 | 1111 | 101110 |
Color Harmonies of #6C6588
Complementary color
Monochromatic Colors of #6C6588
Black with #6C6588
Text Example
Text Example
White with #6C6588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6588; }
p { color: rgb(108,101,136); }
H1.HeaderClassName
{
color: #6C6588;
}
.AnyTagClassName
{
color: #6C6588;
}
</style>
background-color css
<style>
a { background-color: #6C6588; }
a { background-color: rgb(108,101,136); }
div.DivClassName
{
background-color: #6C6588;
}
.BgClassName
{
background-color: #6C6588;
}
</style>
border-color css
<style>
span { border-color: #6C6588; }
span { border-color: rgb(108,101,136); }
td.TdClassName
{
border-color: #6C6588;
}
.TagClassName
{
border-color: #6C6588;
}
</style>