Shades of Kimberly #635F80
Tints of Kimberly #635F80
RGB
CMYK
RGB Variations
Color information
#635F80 (or 0x635F80) is known color: Kimberly. HEX triplet: 63, 5F and 80. RGB value is (99,95,128). Sum of RGB (Red+Green+Blue) = 99+95+128=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 128 - color contains mainly: blue. Hex color #635F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635F80 is #9CA07F. Grayscale: #636363. Windows color (decimal): -10264704 or 8413027. OLE color: 8413027.
HSL color Cylindrical-coordinate representation of color #635F80: hue angle of 247.27º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #635F80 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 95 | 128 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.50 |
| HSL | 247.27º | 0.15% | 0.44% | - |
| HSV(B) | 247.27º | 0.26% | 0.5% | - |
| XYZ | 13.13 | 12.4 | 22.12 | - |
| YUV | 99.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 128 | 0.23 | 0.26 | 0 | 0.50 | 247.27 | 0.15 | 0.44 |
| Hex | 63 | 5F | 80 | 17 | 1A | 0 | 32 | F7 | F | 2C |
| Octal | 143 | 137 | 200 | 27 | 32 | 0 | 62 | 367 | 17 | 54 |
| Binary | 1100011 | 1011111 | 10000000 | 10111 | 11010 | 0 | 110010 | 11110111 | 1111 | 101100 |
Color Harmonies of #635F80
Complementary color
Monochromatic Colors of #635F80
Black with #635F80
Text Example
Text Example
White with #635F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F80; }
p { color: rgb(99,95,128); }
H1.HeaderClassName
{
color: #635F80;
}
.AnyTagClassName
{
color: #635F80;
}
</style>
background-color css
<style>
a { background-color: #635F80; }
a { background-color: rgb(99,95,128); }
div.DivClassName
{
background-color: #635F80;
}
.BgClassName
{
background-color: #635F80;
}
</style>
border-color css
<style>
span { border-color: #635F80; }
span { border-color: rgb(99,95,128); }
td.TdClassName
{
border-color: #635F80;
}
.TagClassName
{
border-color: #635F80;
}
</style>