Shades of Kimberly #635B85
Tints of Kimberly #635B85
RGB
CMYK
RGB Variations
Color information
#635B85 (or 0x635B85) is known color: Kimberly. HEX triplet: 63, 5B and 85. RGB value is (99,91,133). Sum of RGB (Red+Green+Blue) = 99+91+133=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #635B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635B85 is #9CA47A. Grayscale: #626262. Windows color (decimal): -10265723 or 8739683. OLE color: 8739683.
HSL color Cylindrical-coordinate representation of color #635B85: hue angle of 251.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #635B85 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 91 | 133 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.48 |
| HSL | 251.43º | 0.19% | 0.44% | - |
| HSV(B) | 251.43º | 0.32% | 0.52% | - |
| XYZ | 13.12 | 11.83 | 23.78 | - |
| YUV | 98.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 133 | 0.26 | 0.32 | 0 | 0.48 | 251.43 | 0.19 | 0.44 |
| Hex | 63 | 5B | 85 | 1A | 20 | 0 | 30 | FB | 13 | 2C |
| Octal | 143 | 133 | 205 | 32 | 40 | 0 | 60 | 373 | 23 | 54 |
| Binary | 1100011 | 1011011 | 10000101 | 11010 | 100000 | 0 | 110000 | 11111011 | 10011 | 101100 |
Color Harmonies of #635B85
Complementary color
Monochromatic Colors of #635B85
Black with #635B85
Text Example
Text Example
White with #635B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B85; }
p { color: rgb(99,91,133); }
H1.HeaderClassName
{
color: #635B85;
}
.AnyTagClassName
{
color: #635B85;
}
</style>
background-color css
<style>
a { background-color: #635B85; }
a { background-color: rgb(99,91,133); }
div.DivClassName
{
background-color: #635B85;
}
.BgClassName
{
background-color: #635B85;
}
</style>
border-color css
<style>
span { border-color: #635B85; }
span { border-color: rgb(99,91,133); }
td.TdClassName
{
border-color: #635B85;
}
.TagClassName
{
border-color: #635B85;
}
</style>