Shades of Kimberly #6D6281
Tints of Kimberly #6D6281
RGB
CMYK
RGB Variations
Color information
#6D6281 (or 0x6D6281) is known color: Kimberly. HEX triplet: 6D, 62 and 81. RGB value is (109,98,129). Sum of RGB (Red+Green+Blue) = 109+98+129=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 129 - color contains mainly: blue. Hex color #6D6281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6281 is #929D7E. Grayscale: #686868. Windows color (decimal): -9608575 or 8479341. OLE color: 8479341.
HSL color Cylindrical-coordinate representation of color #6D6281: hue angle of 261.29º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D6281 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 98 | 129 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.49 |
| HSL | 261.29º | 0.14% | 0.45% | - |
| HSV(B) | 261.29º | 0.24% | 0.51% | - |
| XYZ | 14.64 | 13.57 | 22.62 | - |
| YUV | 104.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 129 | 0.16 | 0.24 | 0 | 0.49 | 261.29 | 0.14 | 0.45 |
| Hex | 6D | 62 | 81 | 10 | 18 | 0 | 31 | 105 | E | 2D |
| Octal | 155 | 142 | 201 | 20 | 30 | 0 | 61 | 405 | 16 | 55 |
| Binary | 1101101 | 1100010 | 10000001 | 10000 | 11000 | 0 | 110001 | 100000101 | 1110 | 101101 |
Color Harmonies of #6D6281
Complementary color
Monochromatic Colors of #6D6281
Black with #6D6281
Text Example
Text Example
White with #6D6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6281; }
p { color: rgb(109,98,129); }
H1.HeaderClassName
{
color: #6D6281;
}
.AnyTagClassName
{
color: #6D6281;
}
</style>
background-color css
<style>
a { background-color: #6D6281; }
a { background-color: rgb(109,98,129); }
div.DivClassName
{
background-color: #6D6281;
}
.BgClassName
{
background-color: #6D6281;
}
</style>
border-color css
<style>
span { border-color: #6D6281; }
span { border-color: rgb(109,98,129); }
td.TdClassName
{
border-color: #6D6281;
}
.TagClassName
{
border-color: #6D6281;
}
</style>