Shades of Kimberly #635683
Tints of Kimberly #635683
RGB
CMYK
RGB Variations
Color information
#635683 (or 0x635683) is known color: Kimberly. HEX triplet: 63, 56 and 83. RGB value is (99,86,131). Sum of RGB (Red+Green+Blue) = 99+86+131=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #635683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635683 is #9CA97C. Grayscale: #5E5E5E. Windows color (decimal): -10267005 or 8607331. OLE color: 8607331.
HSL color Cylindrical-coordinate representation of color #635683: hue angle of 257.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #635683 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 86 | 131 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.49 |
| HSL | 257.33º | 0.21% | 0.43% | - |
| HSV(B) | 257.33º | 0.34% | 0.51% | - |
| XYZ | 12.57 | 10.95 | 22.92 | - |
| YUV | 95.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 131 | 0.24 | 0.34 | 0 | 0.49 | 257.33 | 0.21 | 0.43 |
| Hex | 63 | 56 | 83 | 18 | 22 | 0 | 31 | 101 | 15 | 2B |
| Octal | 143 | 126 | 203 | 30 | 42 | 0 | 61 | 401 | 25 | 53 |
| Binary | 1100011 | 1010110 | 10000011 | 11000 | 100010 | 0 | 110001 | 100000001 | 10101 | 101011 |
Color Harmonies of #635683
Complementary color
Monochromatic Colors of #635683
Black with #635683
Text Example
Text Example
White with #635683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635683; }
p { color: rgb(99,86,131); }
H1.HeaderClassName
{
color: #635683;
}
.AnyTagClassName
{
color: #635683;
}
</style>
background-color css
<style>
a { background-color: #635683; }
a { background-color: rgb(99,86,131); }
div.DivClassName
{
background-color: #635683;
}
.BgClassName
{
background-color: #635683;
}
</style>
border-color css
<style>
span { border-color: #635683; }
span { border-color: rgb(99,86,131); }
td.TdClassName
{
border-color: #635683;
}
.TagClassName
{
border-color: #635683;
}
</style>