Shades of Slate Blue #636DD1
Tints of Slate Blue #636DD1
RGB
CMYK
RGB Variations
Color information
#636DD1 (or 0x636DD1) is known color: Slate Blue. HEX triplet: 63, 6D and D1. RGB value is (99,109,209). Sum of RGB (Red+Green+Blue) = 99+109+209=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #636DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636DD1 is #9C922E. Grayscale: #757575. Windows color (decimal): -10261039 or 13725027. OLE color: 13725027.
HSL color Cylindrical-coordinate representation of color #636DD1: hue angle of 234.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #636DD1 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 109 | 209 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.18 |
| HSL | 234.55º | 0.54% | 0.6% | - |
| HSV(B) | 234.55º | 0.53% | 0.82% | - |
| XYZ | 22.12 | 18.19 | 62.67 | - |
| YUV | 117.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 209 | 0.53 | 0.48 | 0 | 0.18 | 234.55 | 0.54 | 0.6 |
| Hex | 63 | 6D | D1 | 35 | 30 | 0 | 12 | EB | 36 | 3C |
| Octal | 143 | 155 | 321 | 65 | 60 | 0 | 22 | 353 | 66 | 74 |
| Binary | 1100011 | 1101101 | 11010001 | 110101 | 110000 | 0 | 10010 | 11101011 | 110110 | 111100 |
Color Harmonies of #636DD1
Complementary color
Monochromatic Colors of #636DD1
Black with #636DD1
Text Example
Text Example
White with #636DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636DD1; }
p { color: rgb(99,109,209); }
H1.HeaderClassName
{
color: #636DD1;
}
.AnyTagClassName
{
color: #636DD1;
}
</style>
background-color css
<style>
a { background-color: #636DD1; }
a { background-color: rgb(99,109,209); }
div.DivClassName
{
background-color: #636DD1;
}
.BgClassName
{
background-color: #636DD1;
}
</style>
border-color css
<style>
span { border-color: #636DD1; }
span { border-color: rgb(99,109,209); }
td.TdClassName
{
border-color: #636DD1;
}
.TagClassName
{
border-color: #636DD1;
}
</style>