Shades of Kimberly #635F90
Tints of Kimberly #635F90
RGB
CMYK
RGB Variations
Color information
#635F90 (or 0x635F90) is known color: Kimberly. HEX triplet: 63, 5F and 90. RGB value is (99,95,144). Sum of RGB (Red+Green+Blue) = 99+95+144=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #635F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635F90 is #9CA06F. Grayscale: #656565. Windows color (decimal): -10264688 or 9461603. OLE color: 9461603.
HSL color Cylindrical-coordinate representation of color #635F90: hue angle of 244.9º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #635F90 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 95 | 144 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.44 |
| HSL | 244.9º | 0.21% | 0.47% | - |
| HSV(B) | 244.9º | 0.34% | 0.56% | - |
| XYZ | 14.27 | 12.85 | 28.11 | - |
| YUV | 101.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 144 | 0.31 | 0.34 | 0 | 0.44 | 244.9 | 0.21 | 0.47 |
| Hex | 63 | 5F | 90 | 1F | 22 | 0 | 2C | F5 | 15 | 2F |
| Octal | 143 | 137 | 220 | 37 | 42 | 0 | 54 | 365 | 25 | 57 |
| Binary | 1100011 | 1011111 | 10010000 | 11111 | 100010 | 0 | 101100 | 11110101 | 10101 | 101111 |
Color Harmonies of #635F90
Complementary color
Monochromatic Colors of #635F90
Black with #635F90
Text Example
Text Example
White with #635F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F90; }
p { color: rgb(99,95,144); }
H1.HeaderClassName
{
color: #635F90;
}
.AnyTagClassName
{
color: #635F90;
}
</style>
background-color css
<style>
a { background-color: #635F90; }
a { background-color: rgb(99,95,144); }
div.DivClassName
{
background-color: #635F90;
}
.BgClassName
{
background-color: #635F90;
}
</style>
border-color css
<style>
span { border-color: #635F90; }
span { border-color: rgb(99,95,144); }
td.TdClassName
{
border-color: #635F90;
}
.TagClassName
{
border-color: #635F90;
}
</style>