Shades of Slate Blue #636FDD
Tints of Slate Blue #636FDD
RGB
CMYK
RGB Variations
Color information
#636FDD (or 0x636FDD) is known color: Slate Blue. HEX triplet: 63, 6F and DD. RGB value is (99,111,221). Sum of RGB (Red+Green+Blue) = 99+111+221=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #636FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636FDD is #9C9022. Grayscale: #777777. Windows color (decimal): -10260515 or 14511971. OLE color: 14511971.
HSL color Cylindrical-coordinate representation of color #636FDD: hue angle of 234.1º 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 #636FDD is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 111 | 221 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.13 |
| HSL | 234.1º | 0.64% | 0.63% | - |
| HSV(B) | 234.1º | 0.55% | 0.87% | - |
| XYZ | 23.88 | 19.24 | 70.86 | - |
| YUV | 119.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 221 | 0.55 | 0.50 | 0 | 0.13 | 234.1 | 0.64 | 0.63 |
| Hex | 63 | 6F | DD | 37 | 32 | 0 | D | EA | 40 | 3F |
| Octal | 143 | 157 | 335 | 67 | 62 | 0 | 15 | 352 | 100 | 77 |
| Binary | 1100011 | 1101111 | 11011101 | 110111 | 110010 | 0 | 1101 | 11101010 | 1000000 | 111111 |
Color Harmonies of #636FDD
Complementary color
Monochromatic Colors of #636FDD
Black with #636FDD
Text Example
Text Example
White with #636FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636FDD; }
p { color: rgb(99,111,221); }
H1.HeaderClassName
{
color: #636FDD;
}
.AnyTagClassName
{
color: #636FDD;
}
</style>
background-color css
<style>
a { background-color: #636FDD; }
a { background-color: rgb(99,111,221); }
div.DivClassName
{
background-color: #636FDD;
}
.BgClassName
{
background-color: #636FDD;
}
</style>
border-color css
<style>
span { border-color: #636FDD; }
span { border-color: rgb(99,111,221); }
td.TdClassName
{
border-color: #636FDD;
}
.TagClassName
{
border-color: #636FDD;
}
</style>