Shades of Slate Blue #636ED6
Tints of Slate Blue #636ED6
RGB
CMYK
RGB Variations
Color information
#636ED6 (or 0x636ED6) is known color: Slate Blue. HEX triplet: 63, 6E and D6. RGB value is (99,110,214). Sum of RGB (Red+Green+Blue) = 99+110+214=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #636ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636ED6 is #9C9129. Grayscale: #767676. Windows color (decimal): -10260778 or 14052963. OLE color: 14052963.
HSL color Cylindrical-coordinate representation of color #636ED6: hue angle of 234.26º 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 #636ED6 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 110 | 214 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.16 |
| HSL | 234.26º | 0.58% | 0.61% | - |
| HSV(B) | 234.26º | 0.54% | 0.84% | - |
| XYZ | 22.86 | 18.66 | 66.02 | - |
| YUV | 118.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 214 | 0.54 | 0.49 | 0 | 0.16 | 234.26 | 0.58 | 0.61 |
| Hex | 63 | 6E | D6 | 36 | 31 | 0 | 10 | EA | 3A | 3D |
| Octal | 143 | 156 | 326 | 66 | 61 | 0 | 20 | 352 | 72 | 75 |
| Binary | 1100011 | 1101110 | 11010110 | 110110 | 110001 | 0 | 10000 | 11101010 | 111010 | 111101 |
Color Harmonies of #636ED6
Complementary color
Monochromatic Colors of #636ED6
Black with #636ED6
Text Example
Text Example
White with #636ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636ED6; }
p { color: rgb(99,110,214); }
H1.HeaderClassName
{
color: #636ED6;
}
.AnyTagClassName
{
color: #636ED6;
}
</style>
background-color css
<style>
a { background-color: #636ED6; }
a { background-color: rgb(99,110,214); }
div.DivClassName
{
background-color: #636ED6;
}
.BgClassName
{
background-color: #636ED6;
}
</style>
border-color css
<style>
span { border-color: #636ED6; }
span { border-color: rgb(99,110,214); }
td.TdClassName
{
border-color: #636ED6;
}
.TagClassName
{
border-color: #636ED6;
}
</style>