Shades of Kimberly #646086
Tints of Kimberly #646086
RGB
CMYK
RGB Variations
Color information
#646086 (or 0x646086) is known color: Kimberly. HEX triplet: 64, 60 and 86. RGB value is (100,96,134). Sum of RGB (Red+Green+Blue) = 100+96+134=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 134 - color contains mainly: blue. Hex color #646086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646086 is #9B9F79. Grayscale: #656565. Windows color (decimal): -10198906 or 8806500. OLE color: 8806500.
HSL color Cylindrical-coordinate representation of color #646086: hue angle of 246.32º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646086 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 96 | 134 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.47 |
| HSL | 246.32º | 0.17% | 0.45% | - |
| HSV(B) | 246.32º | 0.28% | 0.53% | - |
| XYZ | 13.74 | 12.8 | 24.3 | - |
| YUV | 101.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 134 | 0.25 | 0.28 | 0 | 0.47 | 246.32 | 0.17 | 0.45 |
| Hex | 64 | 60 | 86 | 19 | 1C | 0 | 2F | F6 | 11 | 2D |
| Octal | 144 | 140 | 206 | 31 | 34 | 0 | 57 | 366 | 21 | 55 |
| Binary | 1100100 | 1100000 | 10000110 | 11001 | 11100 | 0 | 101111 | 11110110 | 10001 | 101101 |
Color Harmonies of #646086
Complementary color
Monochromatic Colors of #646086
Black with #646086
Text Example
Text Example
White with #646086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646086; }
p { color: rgb(100,96,134); }
H1.HeaderClassName
{
color: #646086;
}
.AnyTagClassName
{
color: #646086;
}
</style>
background-color css
<style>
a { background-color: #646086; }
a { background-color: rgb(100,96,134); }
div.DivClassName
{
background-color: #646086;
}
.BgClassName
{
background-color: #646086;
}
</style>
border-color css
<style>
span { border-color: #646086; }
span { border-color: rgb(100,96,134); }
td.TdClassName
{
border-color: #646086;
}
.TagClassName
{
border-color: #646086;
}
</style>