Shades of Slate Blue #635ED6
Tints of Slate Blue #635ED6
RGB
CMYK
RGB Variations
Color information
#635ED6 (or 0x635ED6) is known color: Slate Blue. HEX triplet: 63, 5E and D6. RGB value is (99,94,214). Sum of RGB (Red+Green+Blue) = 99+94+214=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #635ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635ED6 is #9CA129. Grayscale: #6C6C6C. Windows color (decimal): -10264874 or 14048867. OLE color: 14048867.
HSL color Cylindrical-coordinate representation of color #635ED6: hue angle of 242.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #635ED6 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 94 | 214 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.16 |
| HSL | 242.5º | 0.59% | 0.6% | - |
| HSV(B) | 242.5º | 0.56% | 0.84% | - |
| XYZ | 21.29 | 15.51 | 65.49 | - |
| YUV | 109.18 | 187.16 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 214 | 0.54 | 0.56 | 0 | 0.16 | 242.5 | 0.59 | 0.6 |
| Hex | 63 | 5E | D6 | 36 | 38 | 0 | 10 | F2 | 3B | 3C |
| Octal | 143 | 136 | 326 | 66 | 70 | 0 | 20 | 362 | 73 | 74 |
| Binary | 1100011 | 1011110 | 11010110 | 110110 | 111000 | 0 | 10000 | 11110010 | 111011 | 111100 |
Color Harmonies of #635ED6
Complementary color
Monochromatic Colors of #635ED6
Black with #635ED6
Text Example
Text Example
White with #635ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635ED6; }
p { color: rgb(99,94,214); }
H1.HeaderClassName
{
color: #635ED6;
}
.AnyTagClassName
{
color: #635ED6;
}
</style>
background-color css
<style>
a { background-color: #635ED6; }
a { background-color: rgb(99,94,214); }
div.DivClassName
{
background-color: #635ED6;
}
.BgClassName
{
background-color: #635ED6;
}
</style>
border-color css
<style>
span { border-color: #635ED6; }
span { border-color: rgb(99,94,214); }
td.TdClassName
{
border-color: #635ED6;
}
.TagClassName
{
border-color: #635ED6;
}
</style>