Shades of Kimberly #636090
Tints of Kimberly #636090
RGB
CMYK
RGB Variations
Color information
#636090 (or 0x636090) is known color: Kimberly. HEX triplet: 63, 60 and 90. RGB value is (99,96,144). Sum of RGB (Red+Green+Blue) = 99+96+144=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #636090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636090 is #9C9F6F. Grayscale: #666666. Windows color (decimal): -10264432 or 9461859. OLE color: 9461859.
HSL color Cylindrical-coordinate representation of color #636090: hue angle of 243.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #636090 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 96 | 144 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.44 |
| HSL | 243.75º | 0.2% | 0.47% | - |
| HSV(B) | 243.75º | 0.33% | 0.56% | - |
| XYZ | 14.36 | 13.03 | 28.14 | - |
| YUV | 102.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 144 | 0.31 | 0.33 | 0 | 0.44 | 243.75 | 0.2 | 0.47 |
| Hex | 63 | 60 | 90 | 1F | 21 | 0 | 2C | F4 | 14 | 2F |
| Octal | 143 | 140 | 220 | 37 | 41 | 0 | 54 | 364 | 24 | 57 |
| Binary | 1100011 | 1100000 | 10010000 | 11111 | 100001 | 0 | 101100 | 11110100 | 10100 | 101111 |
Color Harmonies of #636090
Complementary color
Monochromatic Colors of #636090
Black with #636090
Text Example
Text Example
White with #636090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636090; }
p { color: rgb(99,96,144); }
H1.HeaderClassName
{
color: #636090;
}
.AnyTagClassName
{
color: #636090;
}
</style>
background-color css
<style>
a { background-color: #636090; }
a { background-color: rgb(99,96,144); }
div.DivClassName
{
background-color: #636090;
}
.BgClassName
{
background-color: #636090;
}
</style>
border-color css
<style>
span { border-color: #636090; }
span { border-color: rgb(99,96,144); }
td.TdClassName
{
border-color: #636090;
}
.TagClassName
{
border-color: #636090;
}
</style>