Shades of Slate Blue #635EC6
Tints of Slate Blue #635EC6
RGB
CMYK
RGB Variations
Color information
#635EC6 (or 0x635EC6) is known color: Slate Blue. HEX triplet: 63, 5E and C6. RGB value is (99,94,198). Sum of RGB (Red+Green+Blue) = 99+94+198=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #635EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635EC6 is #9CA139. Grayscale: #6A6A6A. Windows color (decimal): -10264890 or 13000291. OLE color: 13000291.
HSL color Cylindrical-coordinate representation of color #635EC6: hue angle of 242.88º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #635EC6 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 94 | 198 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.22 |
| HSL | 242.88º | 0.48% | 0.57% | - |
| HSV(B) | 242.88º | 0.53% | 0.78% | - |
| XYZ | 19.34 | 14.74 | 55.25 | - |
| YUV | 107.35 | 179.16 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 198 | 0.50 | 0.53 | 0 | 0.22 | 242.88 | 0.48 | 0.57 |
| Hex | 63 | 5E | C6 | 32 | 35 | 0 | 16 | F3 | 30 | 39 |
| Octal | 143 | 136 | 306 | 62 | 65 | 0 | 26 | 363 | 60 | 71 |
| Binary | 1100011 | 1011110 | 11000110 | 110010 | 110101 | 0 | 10110 | 11110011 | 110000 | 111001 |
Color Harmonies of #635EC6
Complementary color
Monochromatic Colors of #635EC6
Black with #635EC6
Text Example
Text Example
White with #635EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635EC6; }
p { color: rgb(99,94,198); }
H1.HeaderClassName
{
color: #635EC6;
}
.AnyTagClassName
{
color: #635EC6;
}
</style>
background-color css
<style>
a { background-color: #635EC6; }
a { background-color: rgb(99,94,198); }
div.DivClassName
{
background-color: #635EC6;
}
.BgClassName
{
background-color: #635EC6;
}
</style>
border-color css
<style>
span { border-color: #635EC6; }
span { border-color: rgb(99,94,198); }
td.TdClassName
{
border-color: #635EC6;
}
.TagClassName
{
border-color: #635EC6;
}
</style>