Shades of Slate Blue #636BDD
Tints of Slate Blue #636BDD
RGB
CMYK
RGB Variations
Color information
#636BDD (or 0x636BDD) is known color: Slate Blue. HEX triplet: 63, 6B and DD. RGB value is (99,107,221). Sum of RGB (Red+Green+Blue) = 99+107+221=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #636BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636BDD is #9C9422. Grayscale: #757575. Windows color (decimal): -10261539 or 14510947. OLE color: 14510947.
HSL color Cylindrical-coordinate representation of color #636BDD: hue angle of 236.07º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #636BDD is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 107 | 221 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.13 |
| HSL | 236.07º | 0.64% | 0.63% | - |
| HSV(B) | 236.07º | 0.55% | 0.87% | - |
| XYZ | 23.45 | 18.39 | 70.72 | - |
| YUV | 117.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 107 | 221 | 0.55 | 0.52 | 0 | 0.13 | 236.07 | 0.64 | 0.63 |
| Hex | 63 | 6B | DD | 37 | 34 | 0 | D | EC | 40 | 3F |
| Octal | 143 | 153 | 335 | 67 | 64 | 0 | 15 | 354 | 100 | 77 |
| Binary | 1100011 | 1101011 | 11011101 | 110111 | 110100 | 0 | 1101 | 11101100 | 1000000 | 111111 |
Color Harmonies of #636BDD
Complementary color
Monochromatic Colors of #636BDD
Black with #636BDD
Text Example
Text Example
White with #636BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636BDD; }
p { color: rgb(99,107,221); }
H1.HeaderClassName
{
color: #636BDD;
}
.AnyTagClassName
{
color: #636BDD;
}
</style>
background-color css
<style>
a { background-color: #636BDD; }
a { background-color: rgb(99,107,221); }
div.DivClassName
{
background-color: #636BDD;
}
.BgClassName
{
background-color: #636BDD;
}
</style>
border-color css
<style>
span { border-color: #636BDD; }
span { border-color: rgb(99,107,221); }
td.TdClassName
{
border-color: #636BDD;
}
.TagClassName
{
border-color: #636BDD;
}
</style>