Shades of Kimberly #635C7C
Tints of Kimberly #635C7C
RGB
CMYK
RGB Variations
Color information
#635C7C (or 0x635C7C) is known color: Kimberly. HEX triplet: 63, 5C and 7C. RGB value is (99,92,124). Sum of RGB (Red+Green+Blue) = 99+92+124=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #635C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C7C is #9CA383. Grayscale: #616161. Windows color (decimal): -10265476 or 8150115. OLE color: 8150115.
HSL color Cylindrical-coordinate representation of color #635C7C: hue angle of 253.12º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #635C7C is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 92 | 124 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.51 |
| HSL | 253.13º | 0.15% | 0.42% | - |
| HSV(B) | 253.13º | 0.26% | 0.49% | - |
| XYZ | 12.61 | 11.76 | 20.67 | - |
| YUV | 97.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 124 | 0.20 | 0.26 | 0 | 0.51 | 253.13 | 0.15 | 0.42 |
| Hex | 63 | 5C | 7C | 14 | 1A | 0 | 33 | FD | F | 2A |
| Octal | 143 | 134 | 174 | 24 | 32 | 0 | 63 | 375 | 17 | 52 |
| Binary | 1100011 | 1011100 | 1111100 | 10100 | 11010 | 0 | 110011 | 11111101 | 1111 | 101010 |
Color Harmonies of #635C7C
Complementary color
Monochromatic Colors of #635C7C
Black with #635C7C
Text Example
Text Example
White with #635C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C7C; }
p { color: rgb(99,92,124); }
H1.HeaderClassName
{
color: #635C7C;
}
.AnyTagClassName
{
color: #635C7C;
}
</style>
background-color css
<style>
a { background-color: #635C7C; }
a { background-color: rgb(99,92,124); }
div.DivClassName
{
background-color: #635C7C;
}
.BgClassName
{
background-color: #635C7C;
}
</style>
border-color css
<style>
span { border-color: #635C7C; }
span { border-color: rgb(99,92,124); }
td.TdClassName
{
border-color: #635C7C;
}
.TagClassName
{
border-color: #635C7C;
}
</style>