Shades of Slate Blue #634FDB
Tints of Slate Blue #634FDB
RGB
CMYK
RGB Variations
Color information
#634FDB (or 0x634FDB) is known color: Slate Blue. HEX triplet: 63, 4F and DB. RGB value is (99,79,219). Sum of RGB (Red+Green+Blue) = 99+79+219=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #634FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634FDB is #9CB024. Grayscale: #646464. Windows color (decimal): -10268709 or 14372707. OLE color: 14372707.
HSL color Cylindrical-coordinate representation of color #634FDB: hue angle of 248.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #634FDB is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 79 | 219 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.14 |
| HSL | 248.57º | 0.66% | 0.58% | - |
| HSV(B) | 248.57º | 0.64% | 0.86% | - |
| XYZ | 20.73 | 13.36 | 68.5 | - |
| YUV | 100.94 | 194.63 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 219 | 0.55 | 0.64 | 0 | 0.14 | 248.57 | 0.66 | 0.58 |
| Hex | 63 | 4F | DB | 37 | 40 | 0 | E | F9 | 42 | 3A |
| Octal | 143 | 117 | 333 | 67 | 100 | 0 | 16 | 371 | 102 | 72 |
| Binary | 1100011 | 1001111 | 11011011 | 110111 | 1000000 | 0 | 1110 | 11111001 | 1000010 | 111010 |
Color Harmonies of #634FDB
Complementary color
Monochromatic Colors of #634FDB
Black with #634FDB
Text Example
Text Example
White with #634FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634FDB; }
p { color: rgb(99,79,219); }
H1.HeaderClassName
{
color: #634FDB;
}
.AnyTagClassName
{
color: #634FDB;
}
</style>
background-color css
<style>
a { background-color: #634FDB; }
a { background-color: rgb(99,79,219); }
div.DivClassName
{
background-color: #634FDB;
}
.BgClassName
{
background-color: #634FDB;
}
</style>
border-color css
<style>
span { border-color: #634FDB; }
span { border-color: rgb(99,79,219); }
td.TdClassName
{
border-color: #634FDB;
}
.TagClassName
{
border-color: #634FDB;
}
</style>