Shades of Kimberly #635E8B
Tints of Kimberly #635E8B
RGB
CMYK
RGB Variations
Color information
#635E8B (or 0x635E8B) is known color: Kimberly. HEX triplet: 63, 5E and 8B. RGB value is (99,94,139). Sum of RGB (Red+Green+Blue) = 99+94+139=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #635E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635E8B is #9CA174. Grayscale: #646464. Windows color (decimal): -10264949 or 9133667. OLE color: 9133667.
HSL color Cylindrical-coordinate representation of color #635E8B: hue angle of 246.67º 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 #635E8B is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 94 | 139 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.45 |
| HSL | 246.67º | 0.19% | 0.46% | - |
| HSV(B) | 246.67º | 0.32% | 0.55% | - |
| XYZ | 13.81 | 12.52 | 26.12 | - |
| YUV | 100.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 139 | 0.29 | 0.32 | 0 | 0.45 | 246.67 | 0.19 | 0.46 |
| Hex | 63 | 5E | 8B | 1D | 20 | 0 | 2D | F7 | 13 | 2E |
| Octal | 143 | 136 | 213 | 35 | 40 | 0 | 55 | 367 | 23 | 56 |
| Binary | 1100011 | 1011110 | 10001011 | 11101 | 100000 | 0 | 101101 | 11110111 | 10011 | 101110 |
Color Harmonies of #635E8B
Complementary color
Monochromatic Colors of #635E8B
Black with #635E8B
Text Example
Text Example
White with #635E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E8B; }
p { color: rgb(99,94,139); }
H1.HeaderClassName
{
color: #635E8B;
}
.AnyTagClassName
{
color: #635E8B;
}
</style>
background-color css
<style>
a { background-color: #635E8B; }
a { background-color: rgb(99,94,139); }
div.DivClassName
{
background-color: #635E8B;
}
.BgClassName
{
background-color: #635E8B;
}
</style>
border-color css
<style>
span { border-color: #635E8B; }
span { border-color: rgb(99,94,139); }
td.TdClassName
{
border-color: #635E8B;
}
.TagClassName
{
border-color: #635E8B;
}
</style>