Shades of Kimberly #635C90
Tints of Kimberly #635C90
RGB
CMYK
RGB Variations
Color information
#635C90 (or 0x635C90) is known color: Kimberly. HEX triplet: 63, 5C and 90. RGB value is (99,92,144). Sum of RGB (Red+Green+Blue) = 99+92+144=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #635C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C90 is #9CA36F. Grayscale: #636363. Windows color (decimal): -10265456 or 9460835. OLE color: 9460835.
HSL color Cylindrical-coordinate representation of color #635C90: hue angle of 248.08º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #635C90 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 92 | 144 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.44 |
| HSL | 248.08º | 0.22% | 0.46% | - |
| HSV(B) | 248.08º | 0.36% | 0.56% | - |
| XYZ | 14.01 | 12.32 | 28.03 | - |
| YUV | 100.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 144 | 0.31 | 0.36 | 0 | 0.44 | 248.08 | 0.22 | 0.46 |
| Hex | 63 | 5C | 90 | 1F | 24 | 0 | 2C | F8 | 16 | 2E |
| Octal | 143 | 134 | 220 | 37 | 44 | 0 | 54 | 370 | 26 | 56 |
| Binary | 1100011 | 1011100 | 10010000 | 11111 | 100100 | 0 | 101100 | 11111000 | 10110 | 101110 |
Color Harmonies of #635C90
Complementary color
Monochromatic Colors of #635C90
Black with #635C90
Text Example
Text Example
White with #635C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C90; }
p { color: rgb(99,92,144); }
H1.HeaderClassName
{
color: #635C90;
}
.AnyTagClassName
{
color: #635C90;
}
</style>
background-color css
<style>
a { background-color: #635C90; }
a { background-color: rgb(99,92,144); }
div.DivClassName
{
background-color: #635C90;
}
.BgClassName
{
background-color: #635C90;
}
</style>
border-color css
<style>
span { border-color: #635C90; }
span { border-color: rgb(99,92,144); }
td.TdClassName
{
border-color: #635C90;
}
.TagClassName
{
border-color: #635C90;
}
</style>