Shades of Kimberly #635B8C
Tints of Kimberly #635B8C
RGB
CMYK
RGB Variations
Color information
#635B8C (or 0x635B8C) is known color: Kimberly. HEX triplet: 63, 5B and 8C. RGB value is (99,91,140). Sum of RGB (Red+Green+Blue) = 99+91+140=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #635B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635B8C is #9CA473. Grayscale: #626262. Windows color (decimal): -10265716 or 9198435. OLE color: 9198435.
HSL color Cylindrical-coordinate representation of color #635B8C: hue angle of 249.8º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #635B8C is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 91 | 140 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.45 |
| HSL | 249.8º | 0.21% | 0.45% | - |
| HSV(B) | 249.8º | 0.35% | 0.55% | - |
| XYZ | 13.62 | 12.03 | 26.41 | - |
| YUV | 98.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 140 | 0.29 | 0.35 | 0 | 0.45 | 249.8 | 0.21 | 0.45 |
| Hex | 63 | 5B | 8C | 1D | 23 | 0 | 2D | FA | 15 | 2D |
| Octal | 143 | 133 | 214 | 35 | 43 | 0 | 55 | 372 | 25 | 55 |
| Binary | 1100011 | 1011011 | 10001100 | 11101 | 100011 | 0 | 101101 | 11111010 | 10101 | 101101 |
Color Harmonies of #635B8C
Complementary color
Monochromatic Colors of #635B8C
Black with #635B8C
Text Example
Text Example
White with #635B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B8C; }
p { color: rgb(99,91,140); }
H1.HeaderClassName
{
color: #635B8C;
}
.AnyTagClassName
{
color: #635B8C;
}
</style>
background-color css
<style>
a { background-color: #635B8C; }
a { background-color: rgb(99,91,140); }
div.DivClassName
{
background-color: #635B8C;
}
.BgClassName
{
background-color: #635B8C;
}
</style>
border-color css
<style>
span { border-color: #635B8C; }
span { border-color: rgb(99,91,140); }
td.TdClassName
{
border-color: #635B8C;
}
.TagClassName
{
border-color: #635B8C;
}
</style>