Shades of Slate Blue #636BDC
Tints of Slate Blue #636BDC
RGB
CMYK
RGB Variations
Color information
#636BDC (or 0x636BDC) is known color: Slate Blue. HEX triplet: 63, 6B and DC. RGB value is (99,107,220). Sum of RGB (Red+Green+Blue) = 99+107+220=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #636BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636BDC is #9C9423. Grayscale: #757575. Windows color (decimal): -10261540 or 14445411. OLE color: 14445411.
HSL color Cylindrical-coordinate representation of color #636BDC: hue angle of 236.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #636BDC is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 107 | 220 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.14 |
| HSL | 236.03º | 0.63% | 0.63% | - |
| HSV(B) | 236.03º | 0.55% | 0.86% | - |
| XYZ | 23.32 | 18.34 | 70.02 | - |
| YUV | 117.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 107 | 220 | 0.55 | 0.51 | 0 | 0.14 | 236.03 | 0.63 | 0.63 |
| Hex | 63 | 6B | DC | 37 | 33 | 0 | E | EC | 3F | 3F |
| Octal | 143 | 153 | 334 | 67 | 63 | 0 | 16 | 354 | 77 | 77 |
| Binary | 1100011 | 1101011 | 11011100 | 110111 | 110011 | 0 | 1110 | 11101100 | 111111 | 111111 |
Color Harmonies of #636BDC
Complementary color
Monochromatic Colors of #636BDC
Black with #636BDC
Text Example
Text Example
White with #636BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636BDC; }
p { color: rgb(99,107,220); }
H1.HeaderClassName
{
color: #636BDC;
}
.AnyTagClassName
{
color: #636BDC;
}
</style>
background-color css
<style>
a { background-color: #636BDC; }
a { background-color: rgb(99,107,220); }
div.DivClassName
{
background-color: #636BDC;
}
.BgClassName
{
background-color: #636BDC;
}
</style>
border-color css
<style>
span { border-color: #636BDC; }
span { border-color: rgb(99,107,220); }
td.TdClassName
{
border-color: #636BDC;
}
.TagClassName
{
border-color: #636BDC;
}
</style>