Shades of Kimberly #635B7C
Tints of Kimberly #635B7C
RGB
CMYK
RGB Variations
Color information
#635B7C (or 0x635B7C) is known color: Kimberly. HEX triplet: 63, 5B and 7C. RGB value is (99,91,124). Sum of RGB (Red+Green+Blue) = 99+91+124=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #635B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B7C is #9CA483. Grayscale: #616161. Windows color (decimal): -10265732 or 8149859. OLE color: 8149859.
HSL color Cylindrical-coordinate representation of color #635B7C: hue angle of 254.55º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #635B7C is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 91 | 124 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.51 |
| HSL | 254.55º | 0.15% | 0.42% | - |
| HSV(B) | 254.55º | 0.27% | 0.49% | - |
| XYZ | 12.52 | 11.59 | 20.65 | - |
| YUV | 97.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 124 | 0.20 | 0.27 | 0 | 0.51 | 254.55 | 0.15 | 0.42 |
| Hex | 63 | 5B | 7C | 14 | 1B | 0 | 33 | FF | F | 2A |
| Octal | 143 | 133 | 174 | 24 | 33 | 0 | 63 | 377 | 17 | 52 |
| Binary | 1100011 | 1011011 | 1111100 | 10100 | 11011 | 0 | 110011 | 11111111 | 1111 | 101010 |
Color Harmonies of #635B7C
Complementary color
Monochromatic Colors of #635B7C
Black with #635B7C
Text Example
Text Example
White with #635B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B7C; }
p { color: rgb(99,91,124); }
H1.HeaderClassName
{
color: #635B7C;
}
.AnyTagClassName
{
color: #635B7C;
}
</style>
background-color css
<style>
a { background-color: #635B7C; }
a { background-color: rgb(99,91,124); }
div.DivClassName
{
background-color: #635B7C;
}
.BgClassName
{
background-color: #635B7C;
}
</style>
border-color css
<style>
span { border-color: #635B7C; }
span { border-color: rgb(99,91,124); }
td.TdClassName
{
border-color: #635B7C;
}
.TagClassName
{
border-color: #635B7C;
}
</style>