Shades of Slate Blue #636DDD
Tints of Slate Blue #636DDD
RGB
CMYK
RGB Variations
Color information
#636DDD (or 0x636DDD) is known color: Slate Blue. HEX triplet: 63, 6D and DD. RGB value is (99,109,221). Sum of RGB (Red+Green+Blue) = 99+109+221=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #636DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636DDD is #9C9222. Grayscale: #767676. Windows color (decimal): -10261027 or 14511459. OLE color: 14511459.
HSL color Cylindrical-coordinate representation of color #636DDD: hue angle of 235.08º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #636DDD is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 109 | 221 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.13 |
| HSL | 235.08º | 0.64% | 0.63% | - |
| HSV(B) | 235.08º | 0.55% | 0.87% | - |
| XYZ | 23.67 | 18.81 | 70.79 | - |
| YUV | 118.78 | 185.69 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 221 | 0.55 | 0.51 | 0 | 0.13 | 235.08 | 0.64 | 0.63 |
| Hex | 63 | 6D | DD | 37 | 33 | 0 | D | EB | 40 | 3F |
| Octal | 143 | 155 | 335 | 67 | 63 | 0 | 15 | 353 | 100 | 77 |
| Binary | 1100011 | 1101101 | 11011101 | 110111 | 110011 | 0 | 1101 | 11101011 | 1000000 | 111111 |
Color Harmonies of #636DDD
Complementary color
Monochromatic Colors of #636DDD
Black with #636DDD
Text Example
Text Example
White with #636DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636DDD; }
p { color: rgb(99,109,221); }
H1.HeaderClassName
{
color: #636DDD;
}
.AnyTagClassName
{
color: #636DDD;
}
</style>
background-color css
<style>
a { background-color: #636DDD; }
a { background-color: rgb(99,109,221); }
div.DivClassName
{
background-color: #636DDD;
}
.BgClassName
{
background-color: #636DDD;
}
</style>
border-color css
<style>
span { border-color: #636DDD; }
span { border-color: rgb(99,109,221); }
td.TdClassName
{
border-color: #636DDD;
}
.TagClassName
{
border-color: #636DDD;
}
</style>