Shades of Slate Blue #636DDA
Tints of Slate Blue #636DDA
RGB
CMYK
RGB Variations
Color information
#636DDA (or 0x636DDA) is known color: Slate Blue. HEX triplet: 63, 6D and DA. RGB value is (99,109,218). Sum of RGB (Red+Green+Blue) = 99+109+218=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #636DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636DDA is #9C9225. Grayscale: #757575. Windows color (decimal): -10261030 or 14314851. OLE color: 14314851.
HSL color Cylindrical-coordinate representation of color #636DDA: hue angle of 234.96º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #636DDA is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 109 | 218 | - |
| CMYK | 0.55 | 0.5 | 0 | 0.15 |
| HSL | 234.96º | 0.62% | 0.62% | - |
| HSV(B) | 234.96º | 0.55% | 0.85% | - |
| XYZ | 23.27 | 18.65 | 68.7 | - |
| YUV | 118.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 218 | 0.55 | 0.5 | 0 | 0.15 | 234.96 | 0.62 | 0.62 |
| Hex | 63 | 6D | DA | 37 | 32 | 0 | F | EB | 3E | 3E |
| Octal | 143 | 155 | 332 | 67 | 62 | 0 | 17 | 353 | 76 | 76 |
| Binary | 1100011 | 1101101 | 11011010 | 110111 | 110010 | 0 | 1111 | 11101011 | 111110 | 111110 |
Color Harmonies of #636DDA
Complementary color
Monochromatic Colors of #636DDA
Black with #636DDA
Text Example
Text Example
White with #636DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636DDA; }
p { color: rgb(99,109,218); }
H1.HeaderClassName
{
color: #636DDA;
}
.AnyTagClassName
{
color: #636DDA;
}
</style>
background-color css
<style>
a { background-color: #636DDA; }
a { background-color: rgb(99,109,218); }
div.DivClassName
{
background-color: #636DDA;
}
.BgClassName
{
background-color: #636DDA;
}
</style>
border-color css
<style>
span { border-color: #636DDA; }
span { border-color: rgb(99,109,218); }
td.TdClassName
{
border-color: #636DDA;
}
.TagClassName
{
border-color: #636DDA;
}
</style>