Shades of Slate Blue #636DDB
Tints of Slate Blue #636DDB
RGB
CMYK
RGB Variations
Color information
#636DDB (or 0x636DDB) is known color: Slate Blue. HEX triplet: 63, 6D and DB. RGB value is (99,109,219). Sum of RGB (Red+Green+Blue) = 99+109+219=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #636DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636DDB is #9C9224. Grayscale: #767676. Windows color (decimal): -10261029 or 14380387. OLE color: 14380387.
HSL color Cylindrical-coordinate representation of color #636DDB: hue angle of 235º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #636DDB is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 109 | 219 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.14 |
| HSL | 235º | 0.63% | 0.62% | - |
| HSV(B) | 235º | 0.55% | 0.86% | - |
| XYZ | 23.4 | 18.7 | 69.39 | - |
| YUV | 118.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 219 | 0.55 | 0.50 | 0 | 0.14 | 235 | 0.63 | 0.62 |
| Hex | 63 | 6D | DB | 37 | 32 | 0 | E | EB | 3E | 3E |
| Octal | 143 | 155 | 333 | 67 | 62 | 0 | 16 | 353 | 76 | 76 |
| Binary | 1100011 | 1101101 | 11011011 | 110111 | 110010 | 0 | 1110 | 11101011 | 111110 | 111110 |
Color Harmonies of #636DDB
Complementary color
Monochromatic Colors of #636DDB
Black with #636DDB
Text Example
Text Example
White with #636DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636DDB; }
p { color: rgb(99,109,219); }
H1.HeaderClassName
{
color: #636DDB;
}
.AnyTagClassName
{
color: #636DDB;
}
</style>
background-color css
<style>
a { background-color: #636DDB; }
a { background-color: rgb(99,109,219); }
div.DivClassName
{
background-color: #636DDB;
}
.BgClassName
{
background-color: #636DDB;
}
</style>
border-color css
<style>
span { border-color: #636DDB; }
span { border-color: rgb(99,109,219); }
td.TdClassName
{
border-color: #636DDB;
}
.TagClassName
{
border-color: #636DDB;
}
</style>