Shades of Kimberly #6D6687
Tints of Kimberly #6D6687
RGB
CMYK
RGB Variations
Color information
#6D6687 (or 0x6D6687) is known color: Kimberly. HEX triplet: 6D, 66 and 87. RGB value is (109,102,135). Sum of RGB (Red+Green+Blue) = 109+102+135=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D6687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6687 is #929978. Grayscale: #6B6B6B. Windows color (decimal): -9607545 or 8873581. OLE color: 8873581.
HSL color Cylindrical-coordinate representation of color #6D6687: hue angle of 252.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D6687 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 102 | 135 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.47 |
| HSL | 252.73º | 0.14% | 0.46% | - |
| HSV(B) | 252.73º | 0.24% | 0.53% | - |
| XYZ | 15.43 | 14.5 | 24.91 | - |
| YUV | 107.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 135 | 0.19 | 0.24 | 0 | 0.47 | 252.73 | 0.14 | 0.46 |
| Hex | 6D | 66 | 87 | 13 | 18 | 0 | 2F | FD | E | 2E |
| Octal | 155 | 146 | 207 | 23 | 30 | 0 | 57 | 375 | 16 | 56 |
| Binary | 1101101 | 1100110 | 10000111 | 10011 | 11000 | 0 | 101111 | 11111101 | 1110 | 101110 |
Color Harmonies of #6D6687
Complementary color
Monochromatic Colors of #6D6687
Black with #6D6687
Text Example
Text Example
White with #6D6687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6687; }
p { color: rgb(109,102,135); }
H1.HeaderClassName
{
color: #6D6687;
}
.AnyTagClassName
{
color: #6D6687;
}
</style>
background-color css
<style>
a { background-color: #6D6687; }
a { background-color: rgb(109,102,135); }
div.DivClassName
{
background-color: #6D6687;
}
.BgClassName
{
background-color: #6D6687;
}
</style>
border-color css
<style>
span { border-color: #6D6687; }
span { border-color: rgb(109,102,135); }
td.TdClassName
{
border-color: #6D6687;
}
.TagClassName
{
border-color: #6D6687;
}
</style>