Shades of Slate Blue #634DCD
Tints of Slate Blue #634DCD
RGB
CMYK
RGB Variations
Color information
#634DCD (or 0x634DCD) is known color: Slate Blue. HEX triplet: 63, 4D and CD. RGB value is (99,77,205). Sum of RGB (Red+Green+Blue) = 99+77+205=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #634DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DCD is #9CB232. Grayscale: #616161. Windows color (decimal): -10269235 or 13454691. OLE color: 13454691.
HSL color Cylindrical-coordinate representation of color #634DCD: hue angle of 250.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #634DCD is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 77 | 205 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.20 |
| HSL | 250.31º | 0.56% | 0.55% | - |
| HSV(B) | 250.31º | 0.62% | 0.8% | - |
| XYZ | 18.82 | 12.37 | 59.15 | - |
| YUV | 98.17 | 188.29 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 205 | 0.52 | 0.62 | 0 | 0.20 | 250.31 | 0.56 | 0.55 |
| Hex | 63 | 4D | CD | 34 | 3E | 0 | 14 | FA | 38 | 37 |
| Octal | 143 | 115 | 315 | 64 | 76 | 0 | 24 | 372 | 70 | 67 |
| Binary | 1100011 | 1001101 | 11001101 | 110100 | 111110 | 0 | 10100 | 11111010 | 111000 | 110111 |
Color Harmonies of #634DCD
Complementary color
Monochromatic Colors of #634DCD
Black with #634DCD
Text Example
Text Example
White with #634DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634DCD; }
p { color: rgb(99,77,205); }
H1.HeaderClassName
{
color: #634DCD;
}
.AnyTagClassName
{
color: #634DCD;
}
</style>
background-color css
<style>
a { background-color: #634DCD; }
a { background-color: rgb(99,77,205); }
div.DivClassName
{
background-color: #634DCD;
}
.BgClassName
{
background-color: #634DCD;
}
</style>
border-color css
<style>
span { border-color: #634DCD; }
span { border-color: rgb(99,77,205); }
td.TdClassName
{
border-color: #634DCD;
}
.TagClassName
{
border-color: #634DCD;
}
</style>