Shades of Kimberly #635C86
Tints of Kimberly #635C86
RGB
CMYK
RGB Variations
Color information
#635C86 (or 0x635C86) is known color: Kimberly. HEX triplet: 63, 5C and 86. RGB value is (99,92,134). Sum of RGB (Red+Green+Blue) = 99+92+134=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #635C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C86 is #9CA379. Grayscale: #626262. Windows color (decimal): -10265466 or 8805475. OLE color: 8805475.
HSL color Cylindrical-coordinate representation of color #635C86: hue angle of 250º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #635C86 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 92 | 134 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.47 |
| HSL | 250º | 0.19% | 0.44% | - |
| HSV(B) | 250º | 0.31% | 0.53% | - |
| XYZ | 13.28 | 12.03 | 24.18 | - |
| YUV | 98.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 134 | 0.26 | 0.31 | 0 | 0.47 | 250 | 0.19 | 0.44 |
| Hex | 63 | 5C | 86 | 1A | 1F | 0 | 2F | FA | 13 | 2C |
| Octal | 143 | 134 | 206 | 32 | 37 | 0 | 57 | 372 | 23 | 54 |
| Binary | 1100011 | 1011100 | 10000110 | 11010 | 11111 | 0 | 101111 | 11111010 | 10011 | 101100 |
Color Harmonies of #635C86
Complementary color
Monochromatic Colors of #635C86
Black with #635C86
Text Example
Text Example
White with #635C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C86; }
p { color: rgb(99,92,134); }
H1.HeaderClassName
{
color: #635C86;
}
.AnyTagClassName
{
color: #635C86;
}
</style>
background-color css
<style>
a { background-color: #635C86; }
a { background-color: rgb(99,92,134); }
div.DivClassName
{
background-color: #635C86;
}
.BgClassName
{
background-color: #635C86;
}
</style>
border-color css
<style>
span { border-color: #635C86; }
span { border-color: rgb(99,92,134); }
td.TdClassName
{
border-color: #635C86;
}
.TagClassName
{
border-color: #635C86;
}
</style>