Shades of Kimberly #63628D
Tints of Kimberly #63628D
RGB
CMYK
RGB Variations
Color information
#63628D (or 0x63628D) is known color: Kimberly. HEX triplet: 63, 62 and 8D. RGB value is (99,98,141). Sum of RGB (Red+Green+Blue) = 99+98+141=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #63628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63628D is #9C9D72. Grayscale: #676767. Windows color (decimal): -10263923 or 9265763. OLE color: 9265763.
HSL color Cylindrical-coordinate representation of color #63628D: hue angle of 241.4º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63628D is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 98 | 141 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.45 |
| HSL | 241.4º | 0.18% | 0.47% | - |
| HSV(B) | 241.4º | 0.3% | 0.55% | - |
| XYZ | 14.32 | 13.31 | 27.01 | - |
| YUV | 103.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 141 | 0.30 | 0.30 | 0 | 0.45 | 241.4 | 0.18 | 0.47 |
| Hex | 63 | 62 | 8D | 1E | 1E | 0 | 2D | F1 | 12 | 2F |
| Octal | 143 | 142 | 215 | 36 | 36 | 0 | 55 | 361 | 22 | 57 |
| Binary | 1100011 | 1100010 | 10001101 | 11110 | 11110 | 0 | 101101 | 11110001 | 10010 | 101111 |
Color Harmonies of #63628D
Complementary color
Monochromatic Colors of #63628D
Black with #63628D
Text Example
Text Example
White with #63628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63628D; }
p { color: rgb(99,98,141); }
H1.HeaderClassName
{
color: #63628D;
}
.AnyTagClassName
{
color: #63628D;
}
</style>
background-color css
<style>
a { background-color: #63628D; }
a { background-color: rgb(99,98,141); }
div.DivClassName
{
background-color: #63628D;
}
.BgClassName
{
background-color: #63628D;
}
</style>
border-color css
<style>
span { border-color: #63628D; }
span { border-color: rgb(99,98,141); }
td.TdClassName
{
border-color: #63628D;
}
.TagClassName
{
border-color: #63628D;
}
</style>