Shades of Kimberly #635C84
Tints of Kimberly #635C84
RGB
CMYK
RGB Variations
Color information
#635C84 (or 0x635C84) is known color: Kimberly. HEX triplet: 63, 5C and 84. RGB value is (99,92,132). Sum of RGB (Red+Green+Blue) = 99+92+132=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #635C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C84 is #9CA37B. Grayscale: #626262. Windows color (decimal): -10265468 or 8674403. OLE color: 8674403.
HSL color Cylindrical-coordinate representation of color #635C84: hue angle of 250.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #635C84 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 92 | 132 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.48 |
| HSL | 250.5º | 0.18% | 0.44% | - |
| HSV(B) | 250.5º | 0.3% | 0.52% | - |
| XYZ | 13.14 | 11.97 | 23.45 | - |
| YUV | 98.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 132 | 0.25 | 0.30 | 0 | 0.48 | 250.5 | 0.18 | 0.44 |
| Hex | 63 | 5C | 84 | 19 | 1E | 0 | 30 | FB | 12 | 2C |
| Octal | 143 | 134 | 204 | 31 | 36 | 0 | 60 | 373 | 22 | 54 |
| Binary | 1100011 | 1011100 | 10000100 | 11001 | 11110 | 0 | 110000 | 11111011 | 10010 | 101100 |
Color Harmonies of #635C84
Complementary color
Monochromatic Colors of #635C84
Black with #635C84
Text Example
Text Example
White with #635C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C84; }
p { color: rgb(99,92,132); }
H1.HeaderClassName
{
color: #635C84;
}
.AnyTagClassName
{
color: #635C84;
}
</style>
background-color css
<style>
a { background-color: #635C84; }
a { background-color: rgb(99,92,132); }
div.DivClassName
{
background-color: #635C84;
}
.BgClassName
{
background-color: #635C84;
}
</style>
border-color css
<style>
span { border-color: #635C84; }
span { border-color: rgb(99,92,132); }
td.TdClassName
{
border-color: #635C84;
}
.TagClassName
{
border-color: #635C84;
}
</style>