Shades of Slate Blue #636AD5
Tints of Slate Blue #636AD5
RGB
CMYK
RGB Variations
Color information
#636AD5 (or 0x636AD5) is known color: Slate Blue. HEX triplet: 63, 6A and D5. RGB value is (99,106,213). Sum of RGB (Red+Green+Blue) = 99+106+213=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #636AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636AD5 is #9C952A. Grayscale: #737373. Windows color (decimal): -10261803 or 13986403. OLE color: 13986403.
HSL color Cylindrical-coordinate representation of color #636AD5: hue angle of 236.32º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #636AD5 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 106 | 213 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.16 |
| HSL | 236.32º | 0.58% | 0.61% | - |
| HSV(B) | 236.32º | 0.54% | 0.84% | - |
| XYZ | 22.31 | 17.76 | 65.2 | - |
| YUV | 116.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 213 | 0.54 | 0.50 | 0 | 0.16 | 236.32 | 0.58 | 0.61 |
| Hex | 63 | 6A | D5 | 36 | 32 | 0 | 10 | EC | 3A | 3D |
| Octal | 143 | 152 | 325 | 66 | 62 | 0 | 20 | 354 | 72 | 75 |
| Binary | 1100011 | 1101010 | 11010101 | 110110 | 110010 | 0 | 10000 | 11101100 | 111010 | 111101 |
Color Harmonies of #636AD5
Complementary color
Monochromatic Colors of #636AD5
Black with #636AD5
Text Example
Text Example
White with #636AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636AD5; }
p { color: rgb(99,106,213); }
H1.HeaderClassName
{
color: #636AD5;
}
.AnyTagClassName
{
color: #636AD5;
}
</style>
background-color css
<style>
a { background-color: #636AD5; }
a { background-color: rgb(99,106,213); }
div.DivClassName
{
background-color: #636AD5;
}
.BgClassName
{
background-color: #636AD5;
}
</style>
border-color css
<style>
span { border-color: #636AD5; }
span { border-color: rgb(99,106,213); }
td.TdClassName
{
border-color: #636AD5;
}
.TagClassName
{
border-color: #636AD5;
}
</style>