Shades of Kimberly #635A7F
Tints of Kimberly #635A7F
RGB
CMYK
RGB Variations
Color information
#635A7F (or 0x635A7F) is known color: Kimberly. HEX triplet: 63, 5A and 7F. RGB value is (99,90,127). Sum of RGB (Red+Green+Blue) = 99+90+127=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #635A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A7F is #9CA580. Grayscale: #606060. Windows color (decimal): -10265985 or 8346211. OLE color: 8346211.
HSL color Cylindrical-coordinate representation of color #635A7F: hue angle of 254.59º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #635A7F is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 90 | 127 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.50 |
| HSL | 254.59º | 0.17% | 0.43% | - |
| HSV(B) | 254.59º | 0.29% | 0.5% | - |
| XYZ | 12.63 | 11.5 | 21.63 | - |
| YUV | 96.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 127 | 0.22 | 0.29 | 0 | 0.50 | 254.59 | 0.17 | 0.43 |
| Hex | 63 | 5A | 7F | 16 | 1D | 0 | 32 | FF | 11 | 2B |
| Octal | 143 | 132 | 177 | 26 | 35 | 0 | 62 | 377 | 21 | 53 |
| Binary | 1100011 | 1011010 | 1111111 | 10110 | 11101 | 0 | 110010 | 11111111 | 10001 | 101011 |
Color Harmonies of #635A7F
Complementary color
Monochromatic Colors of #635A7F
Black with #635A7F
Text Example
Text Example
White with #635A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A7F; }
p { color: rgb(99,90,127); }
H1.HeaderClassName
{
color: #635A7F;
}
.AnyTagClassName
{
color: #635A7F;
}
</style>
background-color css
<style>
a { background-color: #635A7F; }
a { background-color: rgb(99,90,127); }
div.DivClassName
{
background-color: #635A7F;
}
.BgClassName
{
background-color: #635A7F;
}
</style>
border-color css
<style>
span { border-color: #635A7F; }
span { border-color: rgb(99,90,127); }
td.TdClassName
{
border-color: #635A7F;
}
.TagClassName
{
border-color: #635A7F;
}
</style>