Shades of Kimberly #635E8A
Tints of Kimberly #635E8A
RGB
CMYK
RGB Variations
Color information
#635E8A (or 0x635E8A) is known color: Kimberly. HEX triplet: 63, 5E and 8A. RGB value is (99,94,138). Sum of RGB (Red+Green+Blue) = 99+94+138=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #635E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635E8A is #9CA175. Grayscale: #646464. Windows color (decimal): -10264950 or 9068131. OLE color: 9068131.
HSL color Cylindrical-coordinate representation of color #635E8A: hue angle of 246.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #635E8A is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 94 | 138 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.46 |
| HSL | 246.82º | 0.19% | 0.45% | - |
| HSV(B) | 246.82º | 0.32% | 0.54% | - |
| XYZ | 13.74 | 12.49 | 25.73 | - |
| YUV | 100.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 138 | 0.28 | 0.32 | 0 | 0.46 | 246.82 | 0.19 | 0.45 |
| Hex | 63 | 5E | 8A | 1C | 20 | 0 | 2E | F7 | 13 | 2D |
| Octal | 143 | 136 | 212 | 34 | 40 | 0 | 56 | 367 | 23 | 55 |
| Binary | 1100011 | 1011110 | 10001010 | 11100 | 100000 | 0 | 101110 | 11110111 | 10011 | 101101 |
Color Harmonies of #635E8A
Complementary color
Monochromatic Colors of #635E8A
Black with #635E8A
Text Example
Text Example
White with #635E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E8A; }
p { color: rgb(99,94,138); }
H1.HeaderClassName
{
color: #635E8A;
}
.AnyTagClassName
{
color: #635E8A;
}
</style>
background-color css
<style>
a { background-color: #635E8A; }
a { background-color: rgb(99,94,138); }
div.DivClassName
{
background-color: #635E8A;
}
.BgClassName
{
background-color: #635E8A;
}
</style>
border-color css
<style>
span { border-color: #635E8A; }
span { border-color: rgb(99,94,138); }
td.TdClassName
{
border-color: #635E8A;
}
.TagClassName
{
border-color: #635E8A;
}
</style>