Shades of Slate Blue #635CE1
Tints of Slate Blue #635CE1
RGB
CMYK
RGB Variations
Color information
#635CE1 (or 0x635CE1) is known color: Slate Blue. HEX triplet: 63, 5C and E1. RGB value is (99,92,225). Sum of RGB (Red+Green+Blue) = 99+92+225=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #635CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CE1 is #9CA31E. Grayscale: #6C6C6C. Windows color (decimal): -10265375 or 14769251. OLE color: 14769251.
HSL color Cylindrical-coordinate representation of color #635CE1: hue angle of 243.16º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #635CE1 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 92 | 225 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.12 |
| HSL | 243.16º | 0.69% | 0.62% | - |
| HSV(B) | 243.16º | 0.59% | 0.88% | - |
| XYZ | 22.56 | 15.74 | 73.08 | - |
| YUV | 109.26 | 193.32 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 225 | 0.56 | 0.59 | 0 | 0.12 | 243.16 | 0.69 | 0.62 |
| Hex | 63 | 5C | E1 | 38 | 3B | 0 | C | F3 | 45 | 3E |
| Octal | 143 | 134 | 341 | 70 | 73 | 0 | 14 | 363 | 105 | 76 |
| Binary | 1100011 | 1011100 | 11100001 | 111000 | 111011 | 0 | 1100 | 11110011 | 1000101 | 111110 |
Color Harmonies of #635CE1
Complementary color
Monochromatic Colors of #635CE1
Black with #635CE1
Text Example
Text Example
White with #635CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635CE1; }
p { color: rgb(99,92,225); }
H1.HeaderClassName
{
color: #635CE1;
}
.AnyTagClassName
{
color: #635CE1;
}
</style>
background-color css
<style>
a { background-color: #635CE1; }
a { background-color: rgb(99,92,225); }
div.DivClassName
{
background-color: #635CE1;
}
.BgClassName
{
background-color: #635CE1;
}
</style>
border-color css
<style>
span { border-color: #635CE1; }
span { border-color: rgb(99,92,225); }
td.TdClassName
{
border-color: #635CE1;
}
.TagClassName
{
border-color: #635CE1;
}
</style>