Shades of Slate Blue #635DC1
Tints of Slate Blue #635DC1
RGB
CMYK
RGB Variations
Color information
#635DC1 (or 0x635DC1) is known color: Slate Blue. HEX triplet: 63, 5D and C1. RGB value is (99,93,193). Sum of RGB (Red+Green+Blue) = 99+93+193=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #635DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DC1 is #9CA23E. Grayscale: #696969. Windows color (decimal): -10265151 or 12672355. OLE color: 12672355.
HSL color Cylindrical-coordinate representation of color #635DC1: hue angle of 243.6º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #635DC1 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 93 | 193 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.24 |
| HSL | 243.6º | 0.45% | 0.56% | - |
| HSV(B) | 243.6º | 0.52% | 0.76% | - |
| XYZ | 18.69 | 14.33 | 52.23 | - |
| YUV | 106.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 193 | 0.49 | 0.52 | 0 | 0.24 | 243.6 | 0.45 | 0.56 |
| Hex | 63 | 5D | C1 | 31 | 34 | 0 | 18 | F4 | 2D | 38 |
| Octal | 143 | 135 | 301 | 61 | 64 | 0 | 30 | 364 | 55 | 70 |
| Binary | 1100011 | 1011101 | 11000001 | 110001 | 110100 | 0 | 11000 | 11110100 | 101101 | 111000 |
Color Harmonies of #635DC1
Complementary color
Monochromatic Colors of #635DC1
Black with #635DC1
Text Example
Text Example
White with #635DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635DC1; }
p { color: rgb(99,93,193); }
H1.HeaderClassName
{
color: #635DC1;
}
.AnyTagClassName
{
color: #635DC1;
}
</style>
background-color css
<style>
a { background-color: #635DC1; }
a { background-color: rgb(99,93,193); }
div.DivClassName
{
background-color: #635DC1;
}
.BgClassName
{
background-color: #635DC1;
}
</style>
border-color css
<style>
span { border-color: #635DC1; }
span { border-color: rgb(99,93,193); }
td.TdClassName
{
border-color: #635DC1;
}
.TagClassName
{
border-color: #635DC1;
}
</style>