Shades of Kimberly #646085
Tints of Kimberly #646085
RGB
CMYK
RGB Variations
Color information
#646085 (or 0x646085) is known color: Kimberly. HEX triplet: 64, 60 and 85. RGB value is (100,96,133). Sum of RGB (Red+Green+Blue) = 100+96+133=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #646085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646085 is #9B9F7A. Grayscale: #656565. Windows color (decimal): -10198907 or 8740964. OLE color: 8740964.
HSL color Cylindrical-coordinate representation of color #646085: hue angle of 246.49º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646085 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 96 | 133 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.48 |
| HSL | 246.49º | 0.16% | 0.45% | - |
| HSV(B) | 246.49º | 0.28% | 0.52% | - |
| XYZ | 13.67 | 12.77 | 23.93 | - |
| YUV | 101.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 133 | 0.25 | 0.28 | 0 | 0.48 | 246.49 | 0.16 | 0.45 |
| Hex | 64 | 60 | 85 | 19 | 1C | 0 | 30 | F6 | 10 | 2D |
| Octal | 144 | 140 | 205 | 31 | 34 | 0 | 60 | 366 | 20 | 55 |
| Binary | 1100100 | 1100000 | 10000101 | 11001 | 11100 | 0 | 110000 | 11110110 | 10000 | 101101 |
Color Harmonies of #646085
Complementary color
Monochromatic Colors of #646085
Black with #646085
Text Example
Text Example
White with #646085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646085; }
p { color: rgb(100,96,133); }
H1.HeaderClassName
{
color: #646085;
}
.AnyTagClassName
{
color: #646085;
}
</style>
background-color css
<style>
a { background-color: #646085; }
a { background-color: rgb(100,96,133); }
div.DivClassName
{
background-color: #646085;
}
.BgClassName
{
background-color: #646085;
}
</style>
border-color css
<style>
span { border-color: #646085; }
span { border-color: rgb(100,96,133); }
td.TdClassName
{
border-color: #646085;
}
.TagClassName
{
border-color: #646085;
}
</style>