Shades of Slate Blue #636DDC
Tints of Slate Blue #636DDC
RGB
CMYK
RGB Variations
Color information
#636DDC (or 0x636DDC) is known color: Slate Blue. HEX triplet: 63, 6D and DC. RGB value is (99,109,220). Sum of RGB (Red+Green+Blue) = 99+109+220=428 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.13% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #636DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636DDC is #9C9223. Grayscale: #767676. Windows color (decimal): -10261028 or 14445923. OLE color: 14445923.
HSL color Cylindrical-coordinate representation of color #636DDC: hue angle of 235.04º 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 #636DDC is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 109 | 220 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.14 |
| HSL | 235.04º | 0.63% | 0.63% | - |
| HSV(B) | 235.04º | 0.55% | 0.86% | - |
| XYZ | 23.53 | 18.76 | 70.09 | - |
| YUV | 118.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 220 | 0.55 | 0.50 | 0 | 0.14 | 235.04 | 0.63 | 0.63 |
| Hex | 63 | 6D | DC | 37 | 32 | 0 | E | EB | 3F | 3F |
| Octal | 143 | 155 | 334 | 67 | 62 | 0 | 16 | 353 | 77 | 77 |
| Binary | 1100011 | 1101101 | 11011100 | 110111 | 110010 | 0 | 1110 | 11101011 | 111111 | 111111 |
Color Harmonies of #636DDC
Complementary color
Monochromatic Colors of #636DDC
Black with #636DDC
Text Example
Text Example
White with #636DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636DDC; }
p { color: rgb(99,109,220); }
H1.HeaderClassName
{
color: #636DDC;
}
.AnyTagClassName
{
color: #636DDC;
}
</style>
background-color css
<style>
a { background-color: #636DDC; }
a { background-color: rgb(99,109,220); }
div.DivClassName
{
background-color: #636DDC;
}
.BgClassName
{
background-color: #636DDC;
}
</style>
border-color css
<style>
span { border-color: #636DDC; }
span { border-color: rgb(99,109,220); }
td.TdClassName
{
border-color: #636DDC;
}
.TagClassName
{
border-color: #636DDC;
}
</style>