Shades of Slate Blue #6463E3
Tints of Slate Blue #6463E3
RGB
CMYK
RGB Variations
Color information
#6463E3 (or 0x6463E3) is known color: Slate Blue. HEX triplet: 64, 63 and E3. RGB value is (100,99,227). Sum of RGB (Red+Green+Blue) = 100+99+227=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 227 (89.06% from 255 or 53.29% from 426); Max value from RGB is 227 - color contains mainly: blue. Hex color #6463E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463E3 is #9B9C1C. Grayscale: #717171. Windows color (decimal): -10198045 or 14902116. OLE color: 14902116.
HSL color Cylindrical-coordinate representation of color #6463E3: hue angle of 240.47º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6463E3 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 99 | 227 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.11 |
| HSL | 240.47º | 0.7% | 0.64% | - |
| HSV(B) | 240.47º | 0.56% | 0.89% | - |
| XYZ | 23.58 | 17.18 | 74.75 | - |
| YUV | 113.89 | 191.83 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 227 | 0.56 | 0.56 | 0 | 0.11 | 240.47 | 0.7 | 0.64 |
| Hex | 64 | 63 | E3 | 38 | 38 | 0 | B | F0 | 46 | 40 |
| Octal | 144 | 143 | 343 | 70 | 70 | 0 | 13 | 360 | 106 | 100 |
| Binary | 1100100 | 1100011 | 11100011 | 111000 | 111000 | 0 | 1011 | 11110000 | 1000110 | 1000000 |
Color Harmonies of #6463E3
Complementary color
Monochromatic Colors of #6463E3
Black with #6463E3
Text Example
Text Example
White with #6463E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6463E3; }
p { color: rgb(100,99,227); }
H1.HeaderClassName
{
color: #6463E3;
}
.AnyTagClassName
{
color: #6463E3;
}
</style>
background-color css
<style>
a { background-color: #6463E3; }
a { background-color: rgb(100,99,227); }
div.DivClassName
{
background-color: #6463E3;
}
.BgClassName
{
background-color: #6463E3;
}
</style>
border-color css
<style>
span { border-color: #6463E3; }
span { border-color: rgb(100,99,227); }
td.TdClassName
{
border-color: #6463E3;
}
.TagClassName
{
border-color: #6463E3;
}
</style>