Shades of Kimberly #635682
Tints of Kimberly #635682
RGB
CMYK
RGB Variations
Color information
#635682 (or 0x635682) is known color: Kimberly. HEX triplet: 63, 56 and 82. RGB value is (99,86,130). Sum of RGB (Red+Green+Blue) = 99+86+130=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #635682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635682 is #9CA97D. Grayscale: #5E5E5E. Windows color (decimal): -10267006 or 8541795. OLE color: 8541795.
HSL color Cylindrical-coordinate representation of color #635682: hue angle of 257.73º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #635682 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 86 | 130 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.49 |
| HSL | 257.73º | 0.2% | 0.42% | - |
| HSV(B) | 257.73º | 0.34% | 0.51% | - |
| XYZ | 12.5 | 10.92 | 22.57 | - |
| YUV | 94.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 130 | 0.24 | 0.34 | 0 | 0.49 | 257.73 | 0.2 | 0.42 |
| Hex | 63 | 56 | 82 | 18 | 22 | 0 | 31 | 102 | 14 | 2A |
| Octal | 143 | 126 | 202 | 30 | 42 | 0 | 61 | 402 | 24 | 52 |
| Binary | 1100011 | 1010110 | 10000010 | 11000 | 100010 | 0 | 110001 | 100000010 | 10100 | 101010 |
Color Harmonies of #635682
Complementary color
Monochromatic Colors of #635682
Black with #635682
Text Example
Text Example
White with #635682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635682; }
p { color: rgb(99,86,130); }
H1.HeaderClassName
{
color: #635682;
}
.AnyTagClassName
{
color: #635682;
}
</style>
background-color css
<style>
a { background-color: #635682; }
a { background-color: rgb(99,86,130); }
div.DivClassName
{
background-color: #635682;
}
.BgClassName
{
background-color: #635682;
}
</style>
border-color css
<style>
span { border-color: #635682; }
span { border-color: rgb(99,86,130); }
td.TdClassName
{
border-color: #635682;
}
.TagClassName
{
border-color: #635682;
}
</style>