Shades of Slate Blue #635EC4
Tints of Slate Blue #635EC4
RGB
CMYK
RGB Variations
Color information
#635EC4 (or 0x635EC4) is known color: Slate Blue. HEX triplet: 63, 5E and C4. RGB value is (99,94,196). Sum of RGB (Red+Green+Blue) = 99+94+196=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #635EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635EC4 is #9CA13B. Grayscale: #6A6A6A. Windows color (decimal): -10264892 or 12869219. OLE color: 12869219.
HSL color Cylindrical-coordinate representation of color #635EC4: hue angle of 242.94º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #635EC4 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 94 | 196 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.23 |
| HSL | 242.94º | 0.46% | 0.57% | - |
| HSV(B) | 242.94º | 0.52% | 0.77% | - |
| XYZ | 19.11 | 14.64 | 54.04 | - |
| YUV | 107.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 196 | 0.49 | 0.52 | 0 | 0.23 | 242.94 | 0.46 | 0.57 |
| Hex | 63 | 5E | C4 | 31 | 34 | 0 | 17 | F3 | 2E | 39 |
| Octal | 143 | 136 | 304 | 61 | 64 | 0 | 27 | 363 | 56 | 71 |
| Binary | 1100011 | 1011110 | 11000100 | 110001 | 110100 | 0 | 10111 | 11110011 | 101110 | 111001 |
Color Harmonies of #635EC4
Complementary color
Monochromatic Colors of #635EC4
Black with #635EC4
Text Example
Text Example
White with #635EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635EC4; }
p { color: rgb(99,94,196); }
H1.HeaderClassName
{
color: #635EC4;
}
.AnyTagClassName
{
color: #635EC4;
}
</style>
background-color css
<style>
a { background-color: #635EC4; }
a { background-color: rgb(99,94,196); }
div.DivClassName
{
background-color: #635EC4;
}
.BgClassName
{
background-color: #635EC4;
}
</style>
border-color css
<style>
span { border-color: #635EC4; }
span { border-color: rgb(99,94,196); }
td.TdClassName
{
border-color: #635EC4;
}
.TagClassName
{
border-color: #635EC4;
}
</style>