Shades of Slate Blue #633DDF
Tints of Slate Blue #633DDF
RGB
CMYK
RGB Variations
Color information
#633DDF (or 0x633DDF) is known color: Slate Blue. HEX triplet: 63, 3D and DF. RGB value is (99,61,223). Sum of RGB (Red+Green+Blue) = 99+61+223=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #633DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633DDF is #9CC220. Grayscale: #5A5A5A. Windows color (decimal): -10273313 or 14630243. OLE color: 14630243.
HSL color Cylindrical-coordinate representation of color #633DDF: hue angle of 254.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #633DDF is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 61 | 223 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.13 |
| HSL | 254.07º | 0.72% | 0.56% | - |
| HSV(B) | 254.07º | 0.73% | 0.87% | - |
| XYZ | 20.13 | 11.32 | 70.94 | - |
| YUV | 90.83 | 202.59 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 223 | 0.56 | 0.73 | 0 | 0.13 | 254.07 | 0.72 | 0.56 |
| Hex | 63 | 3D | DF | 38 | 49 | 0 | D | FE | 48 | 38 |
| Octal | 143 | 75 | 337 | 70 | 111 | 0 | 15 | 376 | 110 | 70 |
| Binary | 1100011 | 111101 | 11011111 | 111000 | 1001001 | 0 | 1101 | 11111110 | 1001000 | 111000 |
Color Harmonies of #633DDF
Complementary color
Monochromatic Colors of #633DDF
Black with #633DDF
Text Example
Text Example
White with #633DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633DDF; }
p { color: rgb(99,61,223); }
H1.HeaderClassName
{
color: #633DDF;
}
.AnyTagClassName
{
color: #633DDF;
}
</style>
background-color css
<style>
a { background-color: #633DDF; }
a { background-color: rgb(99,61,223); }
div.DivClassName
{
background-color: #633DDF;
}
.BgClassName
{
background-color: #633DDF;
}
</style>
border-color css
<style>
span { border-color: #633DDF; }
span { border-color: rgb(99,61,223); }
td.TdClassName
{
border-color: #633DDF;
}
.TagClassName
{
border-color: #633DDF;
}
</style>