Shades of Kimberly #635884
Tints of Kimberly #635884
RGB
CMYK
RGB Variations
Color information
#635884 (or 0x635884) is known color: Kimberly. HEX triplet: 63, 58 and 84. RGB value is (99,88,132). Sum of RGB (Red+Green+Blue) = 99+88+132=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #635884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635884 is #9CA77B. Grayscale: #606060. Windows color (decimal): -10266492 or 8673379. OLE color: 8673379.
HSL color Cylindrical-coordinate representation of color #635884: hue angle of 255º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #635884 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 88 | 132 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.48 |
| HSL | 255º | 0.2% | 0.43% | - |
| HSV(B) | 255º | 0.33% | 0.52% | - |
| XYZ | 12.8 | 11.3 | 23.34 | - |
| YUV | 96.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 132 | 0.25 | 0.33 | 0 | 0.48 | 255 | 0.2 | 0.43 |
| Hex | 63 | 58 | 84 | 19 | 21 | 0 | 30 | FF | 14 | 2B |
| Octal | 143 | 130 | 204 | 31 | 41 | 0 | 60 | 377 | 24 | 53 |
| Binary | 1100011 | 1011000 | 10000100 | 11001 | 100001 | 0 | 110000 | 11111111 | 10100 | 101011 |
Color Harmonies of #635884
Complementary color
Monochromatic Colors of #635884
Black with #635884
Text Example
Text Example
White with #635884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635884; }
p { color: rgb(99,88,132); }
H1.HeaderClassName
{
color: #635884;
}
.AnyTagClassName
{
color: #635884;
}
</style>
background-color css
<style>
a { background-color: #635884; }
a { background-color: rgb(99,88,132); }
div.DivClassName
{
background-color: #635884;
}
.BgClassName
{
background-color: #635884;
}
</style>
border-color css
<style>
span { border-color: #635884; }
span { border-color: rgb(99,88,132); }
td.TdClassName
{
border-color: #635884;
}
.TagClassName
{
border-color: #635884;
}
</style>