Shades of Kimberly #635A83
Tints of Kimberly #635A83
RGB
CMYK
RGB Variations
Color information
#635A83 (or 0x635A83) is known color: Kimberly. HEX triplet: 63, 5A and 83. RGB value is (99,90,131). Sum of RGB (Red+Green+Blue) = 99+90+131=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #635A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635A83 is #9CA57C. Grayscale: #616161. Windows color (decimal): -10265981 or 8608355. OLE color: 8608355.
HSL color Cylindrical-coordinate representation of color #635A83: hue angle of 253.17º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #635A83 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 90 | 131 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.49 |
| HSL | 253.17º | 0.19% | 0.43% | - |
| HSV(B) | 253.17º | 0.31% | 0.51% | - |
| XYZ | 12.9 | 11.6 | 23.03 | - |
| YUV | 97.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 131 | 0.24 | 0.31 | 0 | 0.49 | 253.17 | 0.19 | 0.43 |
| Hex | 63 | 5A | 83 | 18 | 1F | 0 | 31 | FD | 13 | 2B |
| Octal | 143 | 132 | 203 | 30 | 37 | 0 | 61 | 375 | 23 | 53 |
| Binary | 1100011 | 1011010 | 10000011 | 11000 | 11111 | 0 | 110001 | 11111101 | 10011 | 101011 |
Color Harmonies of #635A83
Complementary color
Monochromatic Colors of #635A83
Black with #635A83
Text Example
Text Example
White with #635A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A83; }
p { color: rgb(99,90,131); }
H1.HeaderClassName
{
color: #635A83;
}
.AnyTagClassName
{
color: #635A83;
}
</style>
background-color css
<style>
a { background-color: #635A83; }
a { background-color: rgb(99,90,131); }
div.DivClassName
{
background-color: #635A83;
}
.BgClassName
{
background-color: #635A83;
}
</style>
border-color css
<style>
span { border-color: #635A83; }
span { border-color: rgb(99,90,131); }
td.TdClassName
{
border-color: #635A83;
}
.TagClassName
{
border-color: #635A83;
}
</style>