Shades of Slate Blue #635BD6
Tints of Slate Blue #635BD6
RGB
CMYK
RGB Variations
Color information
#635BD6 (or 0x635BD6) is known color: Slate Blue. HEX triplet: 63, 5B and D6. RGB value is (99,91,214). Sum of RGB (Red+Green+Blue) = 99+91+214=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #635BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BD6 is #9CA429. Grayscale: #6A6A6A. Windows color (decimal): -10265642 or 14048099. OLE color: 14048099.
HSL color Cylindrical-coordinate representation of color #635BD6: hue angle of 243.9º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #635BD6 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 91 | 214 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.16 |
| HSL | 243.9º | 0.6% | 0.6% | - |
| HSV(B) | 243.9º | 0.57% | 0.84% | - |
| XYZ | 21.02 | 14.99 | 65.4 | - |
| YUV | 107.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 214 | 0.54 | 0.57 | 0 | 0.16 | 243.9 | 0.6 | 0.6 |
| Hex | 63 | 5B | D6 | 36 | 39 | 0 | 10 | F4 | 3C | 3C |
| Octal | 143 | 133 | 326 | 66 | 71 | 0 | 20 | 364 | 74 | 74 |
| Binary | 1100011 | 1011011 | 11010110 | 110110 | 111001 | 0 | 10000 | 11110100 | 111100 | 111100 |
Color Harmonies of #635BD6
Complementary color
Monochromatic Colors of #635BD6
Black with #635BD6
Text Example
Text Example
White with #635BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635BD6; }
p { color: rgb(99,91,214); }
H1.HeaderClassName
{
color: #635BD6;
}
.AnyTagClassName
{
color: #635BD6;
}
</style>
background-color css
<style>
a { background-color: #635BD6; }
a { background-color: rgb(99,91,214); }
div.DivClassName
{
background-color: #635BD6;
}
.BgClassName
{
background-color: #635BD6;
}
</style>
border-color css
<style>
span { border-color: #635BD6; }
span { border-color: rgb(99,91,214); }
td.TdClassName
{
border-color: #635BD6;
}
.TagClassName
{
border-color: #635BD6;
}
</style>