Shades of Slate Blue #634DDF
Tints of Slate Blue #634DDF
RGB
CMYK
RGB Variations
Color information
#634DDF (or 0x634DDF) is known color: Slate Blue. HEX triplet: 63, 4D and DF. RGB value is (99,77,223). Sum of RGB (Red+Green+Blue) = 99+77+223=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #634DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DDF is #9CB220. Grayscale: #636363. Windows color (decimal): -10269217 or 14634339. OLE color: 14634339.
HSL color Cylindrical-coordinate representation of color #634DDF: hue angle of 249.04º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #634DDF is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 77 | 223 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.13 |
| HSL | 249.04º | 0.7% | 0.59% | - |
| HSV(B) | 249.04º | 0.65% | 0.87% | - |
| XYZ | 21.12 | 13.29 | 71.26 | - |
| YUV | 100.22 | 197.29 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 223 | 0.56 | 0.65 | 0 | 0.13 | 249.04 | 0.7 | 0.59 |
| Hex | 63 | 4D | DF | 38 | 41 | 0 | D | F9 | 46 | 3B |
| Octal | 143 | 115 | 337 | 70 | 101 | 0 | 15 | 371 | 106 | 73 |
| Binary | 1100011 | 1001101 | 11011111 | 111000 | 1000001 | 0 | 1101 | 11111001 | 1000110 | 111011 |
Color Harmonies of #634DDF
Complementary color
Monochromatic Colors of #634DDF
Black with #634DDF
Text Example
Text Example
White with #634DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634DDF; }
p { color: rgb(99,77,223); }
H1.HeaderClassName
{
color: #634DDF;
}
.AnyTagClassName
{
color: #634DDF;
}
</style>
background-color css
<style>
a { background-color: #634DDF; }
a { background-color: rgb(99,77,223); }
div.DivClassName
{
background-color: #634DDF;
}
.BgClassName
{
background-color: #634DDF;
}
</style>
border-color css
<style>
span { border-color: #634DDF; }
span { border-color: rgb(99,77,223); }
td.TdClassName
{
border-color: #634DDF;
}
.TagClassName
{
border-color: #634DDF;
}
</style>