Shades of Kimberly #6C6688
Tints of Kimberly #6C6688
RGB
CMYK
RGB Variations
Color information
#6C6688 (or 0x6C6688) is known color: Kimberly. HEX triplet: 6C, 66 and 88. RGB value is (108,102,136). Sum of RGB (Red+Green+Blue) = 108+102+136=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C6688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6688 is #939977. Grayscale: #6B6B6B. Windows color (decimal): -9673080 or 8939116. OLE color: 8939116.
HSL color Cylindrical-coordinate representation of color #6C6688: hue angle of 250.59º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C6688 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 102 | 136 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.47 |
| HSL | 250.59º | 0.14% | 0.47% | - |
| HSV(B) | 250.59º | 0.25% | 0.53% | - |
| XYZ | 15.38 | 14.47 | 25.27 | - |
| YUV | 107.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 136 | 0.21 | 0.25 | 0 | 0.47 | 250.59 | 0.14 | 0.47 |
| Hex | 6C | 66 | 88 | 15 | 19 | 0 | 2F | FB | E | 2F |
| Octal | 154 | 146 | 210 | 25 | 31 | 0 | 57 | 373 | 16 | 57 |
| Binary | 1101100 | 1100110 | 10001000 | 10101 | 11001 | 0 | 101111 | 11111011 | 1110 | 101111 |
Color Harmonies of #6C6688
Complementary color
Monochromatic Colors of #6C6688
Black with #6C6688
Text Example
Text Example
White with #6C6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6688; }
p { color: rgb(108,102,136); }
H1.HeaderClassName
{
color: #6C6688;
}
.AnyTagClassName
{
color: #6C6688;
}
</style>
background-color css
<style>
a { background-color: #6C6688; }
a { background-color: rgb(108,102,136); }
div.DivClassName
{
background-color: #6C6688;
}
.BgClassName
{
background-color: #6C6688;
}
</style>
border-color css
<style>
span { border-color: #6C6688; }
span { border-color: rgb(108,102,136); }
td.TdClassName
{
border-color: #6C6688;
}
.TagClassName
{
border-color: #6C6688;
}
</style>