Shades of Kimberly #6D6680
Tints of Kimberly #6D6680
RGB
CMYK
RGB Variations
Color information
#6D6680 (or 0x6D6680) is known color: Kimberly. HEX triplet: 6D, 66 and 80. RGB value is (109,102,128). Sum of RGB (Red+Green+Blue) = 109+102+128=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D6680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6680 is #92997F. Grayscale: #6A6A6A. Windows color (decimal): -9607552 or 8414829. OLE color: 8414829.
HSL color Cylindrical-coordinate representation of color #6D6680: hue angle of 256.15º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D6680 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 102 | 128 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.50 |
| HSL | 256.15º | 0.11% | 0.45% | - |
| HSV(B) | 256.15º | 0.2% | 0.5% | - |
| XYZ | 14.95 | 14.31 | 22.4 | - |
| YUV | 107.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 128 | 0.15 | 0.20 | 0 | 0.50 | 256.15 | 0.11 | 0.45 |
| Hex | 6D | 66 | 80 | F | 14 | 0 | 32 | 100 | B | 2D |
| Octal | 155 | 146 | 200 | 17 | 24 | 0 | 62 | 400 | 13 | 55 |
| Binary | 1101101 | 1100110 | 10000000 | 1111 | 10100 | 0 | 110010 | 100000000 | 1011 | 101101 |
Color Harmonies of #6D6680
Complementary color
Monochromatic Colors of #6D6680
Black with #6D6680
Text Example
Text Example
White with #6D6680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6680; }
p { color: rgb(109,102,128); }
H1.HeaderClassName
{
color: #6D6680;
}
.AnyTagClassName
{
color: #6D6680;
}
</style>
background-color css
<style>
a { background-color: #6D6680; }
a { background-color: rgb(109,102,128); }
div.DivClassName
{
background-color: #6D6680;
}
.BgClassName
{
background-color: #6D6680;
}
</style>
border-color css
<style>
span { border-color: #6D6680; }
span { border-color: rgb(109,102,128); }
td.TdClassName
{
border-color: #6D6680;
}
.TagClassName
{
border-color: #6D6680;
}
</style>