Shades of Slate Blue #636AD1
Tints of Slate Blue #636AD1
RGB
CMYK
RGB Variations
Color information
#636AD1 (or 0x636AD1) is known color: Slate Blue. HEX triplet: 63, 6A and D1. RGB value is (99,106,209). Sum of RGB (Red+Green+Blue) = 99+106+209=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #636AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636AD1 is #9C952E. Grayscale: #737373. Windows color (decimal): -10261807 or 13724259. OLE color: 13724259.
HSL color Cylindrical-coordinate representation of color #636AD1: hue angle of 236.18º 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 #636AD1 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 106 | 209 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.18 |
| HSL | 236.18º | 0.54% | 0.6% | - |
| HSV(B) | 236.18º | 0.53% | 0.82% | - |
| XYZ | 21.81 | 17.56 | 62.56 | - |
| YUV | 115.65 | 180.68 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 209 | 0.53 | 0.49 | 0 | 0.18 | 236.18 | 0.54 | 0.6 |
| Hex | 63 | 6A | D1 | 35 | 31 | 0 | 12 | EC | 36 | 3C |
| Octal | 143 | 152 | 321 | 65 | 61 | 0 | 22 | 354 | 66 | 74 |
| Binary | 1100011 | 1101010 | 11010001 | 110101 | 110001 | 0 | 10010 | 11101100 | 110110 | 111100 |
Color Harmonies of #636AD1
Complementary color
Monochromatic Colors of #636AD1
Black with #636AD1
Text Example
Text Example
White with #636AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636AD1; }
p { color: rgb(99,106,209); }
H1.HeaderClassName
{
color: #636AD1;
}
.AnyTagClassName
{
color: #636AD1;
}
</style>
background-color css
<style>
a { background-color: #636AD1; }
a { background-color: rgb(99,106,209); }
div.DivClassName
{
background-color: #636AD1;
}
.BgClassName
{
background-color: #636AD1;
}
</style>
border-color css
<style>
span { border-color: #636AD1; }
span { border-color: rgb(99,106,209); }
td.TdClassName
{
border-color: #636AD1;
}
.TagClassName
{
border-color: #636AD1;
}
</style>