Shades of Slate Blue #634ADB
Tints of Slate Blue #634ADB
RGB
CMYK
RGB Variations
Color information
#634ADB (or 0x634ADB) is known color: Slate Blue. HEX triplet: 63, 4A and DB. RGB value is (99,74,219). Sum of RGB (Red+Green+Blue) = 99+74+219=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #634ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634ADB is #9CB524. Grayscale: #616161. Windows color (decimal): -10269989 or 14371427. OLE color: 14371427.
HSL color Cylindrical-coordinate representation of color #634ADB: hue angle of 250.34º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #634ADB is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 74 | 219 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.14 |
| HSL | 250.34º | 0.67% | 0.57% | - |
| HSV(B) | 250.34º | 0.66% | 0.86% | - |
| XYZ | 20.38 | 12.66 | 68.39 | - |
| YUV | 98.01 | 196.28 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 219 | 0.55 | 0.66 | 0 | 0.14 | 250.34 | 0.67 | 0.57 |
| Hex | 63 | 4A | DB | 37 | 42 | 0 | E | FA | 43 | 39 |
| Octal | 143 | 112 | 333 | 67 | 102 | 0 | 16 | 372 | 103 | 71 |
| Binary | 1100011 | 1001010 | 11011011 | 110111 | 1000010 | 0 | 1110 | 11111010 | 1000011 | 111001 |
Color Harmonies of #634ADB
Complementary color
Monochromatic Colors of #634ADB
Black with #634ADB
Text Example
Text Example
White with #634ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634ADB; }
p { color: rgb(99,74,219); }
H1.HeaderClassName
{
color: #634ADB;
}
.AnyTagClassName
{
color: #634ADB;
}
</style>
background-color css
<style>
a { background-color: #634ADB; }
a { background-color: rgb(99,74,219); }
div.DivClassName
{
background-color: #634ADB;
}
.BgClassName
{
background-color: #634ADB;
}
</style>
border-color css
<style>
span { border-color: #634ADB; }
span { border-color: rgb(99,74,219); }
td.TdClassName
{
border-color: #634ADB;
}
.TagClassName
{
border-color: #634ADB;
}
</style>