Shades of Kimberly #635F8B
Tints of Kimberly #635F8B
RGB
CMYK
RGB Variations
Color information
#635F8B (or 0x635F8B) is known color: Kimberly. HEX triplet: 63, 5F and 8B. RGB value is (99,95,139). Sum of RGB (Red+Green+Blue) = 99+95+139=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #635F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635F8B is #9CA074. Grayscale: #656565. Windows color (decimal): -10264693 or 9133923. OLE color: 9133923.
HSL color Cylindrical-coordinate representation of color #635F8B: hue angle of 245.45º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #635F8B is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 95 | 139 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.45 |
| HSL | 245.45º | 0.19% | 0.46% | - |
| HSV(B) | 245.45º | 0.32% | 0.55% | - |
| XYZ | 13.9 | 12.7 | 26.15 | - |
| YUV | 101.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 139 | 0.29 | 0.32 | 0 | 0.45 | 245.45 | 0.19 | 0.46 |
| Hex | 63 | 5F | 8B | 1D | 20 | 0 | 2D | F5 | 13 | 2E |
| Octal | 143 | 137 | 213 | 35 | 40 | 0 | 55 | 365 | 23 | 56 |
| Binary | 1100011 | 1011111 | 10001011 | 11101 | 100000 | 0 | 101101 | 11110101 | 10011 | 101110 |
Color Harmonies of #635F8B
Complementary color
Monochromatic Colors of #635F8B
Black with #635F8B
Text Example
Text Example
White with #635F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F8B; }
p { color: rgb(99,95,139); }
H1.HeaderClassName
{
color: #635F8B;
}
.AnyTagClassName
{
color: #635F8B;
}
</style>
background-color css
<style>
a { background-color: #635F8B; }
a { background-color: rgb(99,95,139); }
div.DivClassName
{
background-color: #635F8B;
}
.BgClassName
{
background-color: #635F8B;
}
</style>
border-color css
<style>
span { border-color: #635F8B; }
span { border-color: rgb(99,95,139); }
td.TdClassName
{
border-color: #635F8B;
}
.TagClassName
{
border-color: #635F8B;
}
</style>