Shades of Slate Blue #633DDE
Tints of Slate Blue #633DDE
RGB
CMYK
RGB Variations
Color information
#633DDE (or 0x633DDE) is known color: Slate Blue. HEX triplet: 63, 3D and DE. RGB value is (99,61,222). Sum of RGB (Red+Green+Blue) = 99+61+222=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #633DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633DDE is #9CC221. Grayscale: #5A5A5A. Windows color (decimal): -10273314 or 14564707. OLE color: 14564707.
HSL color Cylindrical-coordinate representation of color #633DDE: hue angle of 254.16º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #633DDE is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 61 | 222 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.13 |
| HSL | 254.16º | 0.71% | 0.55% | - |
| HSV(B) | 254.16º | 0.73% | 0.87% | - |
| XYZ | 20 | 11.26 | 70.23 | - |
| YUV | 90.72 | 202.09 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 222 | 0.55 | 0.73 | 0 | 0.13 | 254.16 | 0.71 | 0.55 |
| Hex | 63 | 3D | DE | 37 | 49 | 0 | D | FE | 47 | 37 |
| Octal | 143 | 75 | 336 | 67 | 111 | 0 | 15 | 376 | 107 | 67 |
| Binary | 1100011 | 111101 | 11011110 | 110111 | 1001001 | 0 | 1101 | 11111110 | 1000111 | 110111 |
Color Harmonies of #633DDE
Complementary color
Monochromatic Colors of #633DDE
Black with #633DDE
Text Example
Text Example
White with #633DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633DDE; }
p { color: rgb(99,61,222); }
H1.HeaderClassName
{
color: #633DDE;
}
.AnyTagClassName
{
color: #633DDE;
}
</style>
background-color css
<style>
a { background-color: #633DDE; }
a { background-color: rgb(99,61,222); }
div.DivClassName
{
background-color: #633DDE;
}
.BgClassName
{
background-color: #633DDE;
}
</style>
border-color css
<style>
span { border-color: #633DDE; }
span { border-color: rgb(99,61,222); }
td.TdClassName
{
border-color: #633DDE;
}
.TagClassName
{
border-color: #633DDE;
}
</style>