Shades of Kimberly #635679
Tints of Kimberly #635679
RGB
CMYK
RGB Variations
Color information
#635679 (or 0x635679) is known color: Kimberly. HEX triplet: 63, 56 and 79. RGB value is (99,86,121). Sum of RGB (Red+Green+Blue) = 99+86+121=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #635679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635679 is #9CA986. Grayscale: #5D5D5D. Windows color (decimal): -10267015 or 7951971. OLE color: 7951971.
HSL color Cylindrical-coordinate representation of color #635679: hue angle of 262.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #635679 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 86 | 121 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.53 |
| HSL | 262.29º | 0.17% | 0.41% | - |
| HSV(B) | 262.29º | 0.29% | 0.47% | - |
| XYZ | 11.92 | 10.69 | 19.52 | - |
| YUV | 93.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 121 | 0.18 | 0.29 | 0 | 0.53 | 262.29 | 0.17 | 0.41 |
| Hex | 63 | 56 | 79 | 12 | 1D | 0 | 35 | 106 | 11 | 29 |
| Octal | 143 | 126 | 171 | 22 | 35 | 0 | 65 | 406 | 21 | 51 |
| Binary | 1100011 | 1010110 | 1111001 | 10010 | 11101 | 0 | 110101 | 100000110 | 10001 | 101001 |
Color Harmonies of #635679
Complementary color
Monochromatic Colors of #635679
Black with #635679
Text Example
Text Example
White with #635679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635679; }
p { color: rgb(99,86,121); }
H1.HeaderClassName
{
color: #635679;
}
.AnyTagClassName
{
color: #635679;
}
</style>
background-color css
<style>
a { background-color: #635679; }
a { background-color: rgb(99,86,121); }
div.DivClassName
{
background-color: #635679;
}
.BgClassName
{
background-color: #635679;
}
</style>
border-color css
<style>
span { border-color: #635679; }
span { border-color: rgb(99,86,121); }
td.TdClassName
{
border-color: #635679;
}
.TagClassName
{
border-color: #635679;
}
</style>