Shades of Slate Blue #636FDB
Tints of Slate Blue #636FDB
RGB
CMYK
RGB Variations
Color information
#636FDB (or 0x636FDB) is known color: Slate Blue. HEX triplet: 63, 6F and DB. RGB value is (99,111,219). Sum of RGB (Red+Green+Blue) = 99+111+219=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #636FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636FDB is #9C9024. Grayscale: #777777. Windows color (decimal): -10260517 or 14380899. OLE color: 14380899.
HSL color Cylindrical-coordinate representation of color #636FDB: hue angle of 234º 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 #636FDB is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 111 | 219 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.14 |
| HSL | 234º | 0.63% | 0.62% | - |
| HSV(B) | 234º | 0.55% | 0.86% | - |
| XYZ | 23.62 | 19.14 | 69.47 | - |
| YUV | 119.72 | 184.02 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 219 | 0.55 | 0.49 | 0 | 0.14 | 234 | 0.63 | 0.62 |
| Hex | 63 | 6F | DB | 37 | 31 | 0 | E | EA | 3E | 3E |
| Octal | 143 | 157 | 333 | 67 | 61 | 0 | 16 | 352 | 76 | 76 |
| Binary | 1100011 | 1101111 | 11011011 | 110111 | 110001 | 0 | 1110 | 11101010 | 111110 | 111110 |
Color Harmonies of #636FDB
Complementary color
Monochromatic Colors of #636FDB
Black with #636FDB
Text Example
Text Example
White with #636FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636FDB; }
p { color: rgb(99,111,219); }
H1.HeaderClassName
{
color: #636FDB;
}
.AnyTagClassName
{
color: #636FDB;
}
</style>
background-color css
<style>
a { background-color: #636FDB; }
a { background-color: rgb(99,111,219); }
div.DivClassName
{
background-color: #636FDB;
}
.BgClassName
{
background-color: #636FDB;
}
</style>
border-color css
<style>
span { border-color: #636FDB; }
span { border-color: rgb(99,111,219); }
td.TdClassName
{
border-color: #636FDB;
}
.TagClassName
{
border-color: #636FDB;
}
</style>