Shades of Slate Blue #636ED8
Tints of Slate Blue #636ED8
RGB
CMYK
RGB Variations
Color information
#636ED8 (or 0x636ED8) is known color: Slate Blue. HEX triplet: 63, 6E and D8. RGB value is (99,110,216). Sum of RGB (Red+Green+Blue) = 99+110+216=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #636ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636ED8 is #9C9127. Grayscale: #767676. Windows color (decimal): -10260776 or 14184035. OLE color: 14184035.
HSL color Cylindrical-coordinate representation of color #636ED8: hue angle of 234.36º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #636ED8 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 110 | 216 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.15 |
| HSL | 234.36º | 0.6% | 0.62% | - |
| HSV(B) | 234.36º | 0.54% | 0.85% | - |
| XYZ | 23.12 | 18.76 | 67.37 | - |
| YUV | 118.8 | 182.86 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 216 | 0.54 | 0.49 | 0 | 0.15 | 234.36 | 0.6 | 0.62 |
| Hex | 63 | 6E | D8 | 36 | 31 | 0 | F | EA | 3C | 3E |
| Octal | 143 | 156 | 330 | 66 | 61 | 0 | 17 | 352 | 74 | 76 |
| Binary | 1100011 | 1101110 | 11011000 | 110110 | 110001 | 0 | 1111 | 11101010 | 111100 | 111110 |
Color Harmonies of #636ED8
Complementary color
Monochromatic Colors of #636ED8
Black with #636ED8
Text Example
Text Example
White with #636ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636ED8; }
p { color: rgb(99,110,216); }
H1.HeaderClassName
{
color: #636ED8;
}
.AnyTagClassName
{
color: #636ED8;
}
</style>
background-color css
<style>
a { background-color: #636ED8; }
a { background-color: rgb(99,110,216); }
div.DivClassName
{
background-color: #636ED8;
}
.BgClassName
{
background-color: #636ED8;
}
</style>
border-color css
<style>
span { border-color: #636ED8; }
span { border-color: rgb(99,110,216); }
td.TdClassName
{
border-color: #636ED8;
}
.TagClassName
{
border-color: #636ED8;
}
</style>