Shades of Kimberly #635D88
Tints of Kimberly #635D88
RGB
CMYK
RGB Variations
Color information
#635D88 (or 0x635D88) is known color: Kimberly. HEX triplet: 63, 5D and 88. RGB value is (99,93,136). Sum of RGB (Red+Green+Blue) = 99+93+136=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #635D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635D88 is #9CA277. Grayscale: #636363. Windows color (decimal): -10265208 or 8936803. OLE color: 8936803.
HSL color Cylindrical-coordinate representation of color #635D88: hue angle of 248.37º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #635D88 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 93 | 136 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.47 |
| HSL | 248.37º | 0.19% | 0.45% | - |
| HSV(B) | 248.37º | 0.32% | 0.53% | - |
| XYZ | 13.5 | 12.26 | 24.95 | - |
| YUV | 99.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 136 | 0.27 | 0.32 | 0 | 0.47 | 248.37 | 0.19 | 0.45 |
| Hex | 63 | 5D | 88 | 1B | 20 | 0 | 2F | F8 | 13 | 2D |
| Octal | 143 | 135 | 210 | 33 | 40 | 0 | 57 | 370 | 23 | 55 |
| Binary | 1100011 | 1011101 | 10001000 | 11011 | 100000 | 0 | 101111 | 11111000 | 10011 | 101101 |
Color Harmonies of #635D88
Complementary color
Monochromatic Colors of #635D88
Black with #635D88
Text Example
Text Example
White with #635D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D88; }
p { color: rgb(99,93,136); }
H1.HeaderClassName
{
color: #635D88;
}
.AnyTagClassName
{
color: #635D88;
}
</style>
background-color css
<style>
a { background-color: #635D88; }
a { background-color: rgb(99,93,136); }
div.DivClassName
{
background-color: #635D88;
}
.BgClassName
{
background-color: #635D88;
}
</style>
border-color css
<style>
span { border-color: #635D88; }
span { border-color: rgb(99,93,136); }
td.TdClassName
{
border-color: #635D88;
}
.TagClassName
{
border-color: #635D88;
}
</style>