Shades of Kimberly #6D6782
Tints of Kimberly #6D6782
RGB
CMYK
RGB Variations
Color information
#6D6782 (or 0x6D6782) is known color: Kimberly. HEX triplet: 6D, 67 and 82. RGB value is (109,103,130). Sum of RGB (Red+Green+Blue) = 109+103+130=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D6782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6782 is #92987D. Grayscale: #6B6B6B. Windows color (decimal): -9607294 or 8546157. OLE color: 8546157.
HSL color Cylindrical-coordinate representation of color #6D6782: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6782 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 103 | 130 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.49 |
| HSL | 253.33º | 0.12% | 0.46% | - |
| HSV(B) | 253.33º | 0.21% | 0.51% | - |
| XYZ | 15.19 | 14.56 | 23.13 | - |
| YUV | 107.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 130 | 0.16 | 0.21 | 0 | 0.49 | 253.33 | 0.12 | 0.46 |
| Hex | 6D | 67 | 82 | 10 | 15 | 0 | 31 | FD | C | 2E |
| Octal | 155 | 147 | 202 | 20 | 25 | 0 | 61 | 375 | 14 | 56 |
| Binary | 1101101 | 1100111 | 10000010 | 10000 | 10101 | 0 | 110001 | 11111101 | 1100 | 101110 |
Color Harmonies of #6D6782
Complementary color
Monochromatic Colors of #6D6782
Black with #6D6782
Text Example
Text Example
White with #6D6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6782; }
p { color: rgb(109,103,130); }
H1.HeaderClassName
{
color: #6D6782;
}
.AnyTagClassName
{
color: #6D6782;
}
</style>
background-color css
<style>
a { background-color: #6D6782; }
a { background-color: rgb(109,103,130); }
div.DivClassName
{
background-color: #6D6782;
}
.BgClassName
{
background-color: #6D6782;
}
</style>
border-color css
<style>
span { border-color: #6D6782; }
span { border-color: rgb(109,103,130); }
td.TdClassName
{
border-color: #6D6782;
}
.TagClassName
{
border-color: #6D6782;
}
</style>