Shades of Slate Blue #635EDF
Tints of Slate Blue #635EDF
RGB
CMYK
RGB Variations
Color information
#635EDF (or 0x635EDF) is known color: Slate Blue. HEX triplet: 63, 5E and DF. RGB value is (99,94,223). Sum of RGB (Red+Green+Blue) = 99+94+223=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #635EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635EDF is #9CA120. Grayscale: #6D6D6D. Windows color (decimal): -10264865 or 14638691. OLE color: 14638691.
HSL color Cylindrical-coordinate representation of color #635EDF: hue angle of 242.33º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #635EDF is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 94 | 223 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.13 |
| HSL | 242.33º | 0.67% | 0.62% | - |
| HSV(B) | 242.33º | 0.58% | 0.87% | - |
| XYZ | 22.47 | 15.99 | 71.71 | - |
| YUV | 110.2 | 191.66 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 223 | 0.56 | 0.58 | 0 | 0.13 | 242.33 | 0.67 | 0.62 |
| Hex | 63 | 5E | DF | 38 | 3A | 0 | D | F2 | 43 | 3E |
| Octal | 143 | 136 | 337 | 70 | 72 | 0 | 15 | 362 | 103 | 76 |
| Binary | 1100011 | 1011110 | 11011111 | 111000 | 111010 | 0 | 1101 | 11110010 | 1000011 | 111110 |
Color Harmonies of #635EDF
Complementary color
Monochromatic Colors of #635EDF
Black with #635EDF
Text Example
Text Example
White with #635EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635EDF; }
p { color: rgb(99,94,223); }
H1.HeaderClassName
{
color: #635EDF;
}
.AnyTagClassName
{
color: #635EDF;
}
</style>
background-color css
<style>
a { background-color: #635EDF; }
a { background-color: rgb(99,94,223); }
div.DivClassName
{
background-color: #635EDF;
}
.BgClassName
{
background-color: #635EDF;
}
</style>
border-color css
<style>
span { border-color: #635EDF; }
span { border-color: rgb(99,94,223); }
td.TdClassName
{
border-color: #635EDF;
}
.TagClassName
{
border-color: #635EDF;
}
</style>