Shades of Slate Blue #6463DF
Tints of Slate Blue #6463DF
RGB
CMYK
RGB Variations
Color information
#6463DF (or 0x6463DF) is known color: Slate Blue. HEX triplet: 64, 63 and DF. RGB value is (100,99,223). Sum of RGB (Red+Green+Blue) = 100+99+223=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #6463DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463DF is #9B9C20. Grayscale: #707070. Windows color (decimal): -10198049 or 14639972. OLE color: 14639972.
HSL color Cylindrical-coordinate representation of color #6463DF: hue angle of 240.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6463DF is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 99 | 223 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.13 |
| HSL | 240.48º | 0.66% | 0.63% | - |
| HSV(B) | 240.48º | 0.56% | 0.87% | - |
| XYZ | 23.04 | 16.96 | 71.87 | - |
| YUV | 113.44 | 189.83 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 223 | 0.55 | 0.56 | 0 | 0.13 | 240.48 | 0.66 | 0.63 |
| Hex | 64 | 63 | DF | 37 | 38 | 0 | D | F0 | 42 | 3F |
| Octal | 144 | 143 | 337 | 67 | 70 | 0 | 15 | 360 | 102 | 77 |
| Binary | 1100100 | 1100011 | 11011111 | 110111 | 111000 | 0 | 1101 | 11110000 | 1000010 | 111111 |
Color Harmonies of #6463DF
Complementary color
Monochromatic Colors of #6463DF
Black with #6463DF
Text Example
Text Example
White with #6463DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6463DF; }
p { color: rgb(100,99,223); }
H1.HeaderClassName
{
color: #6463DF;
}
.AnyTagClassName
{
color: #6463DF;
}
</style>
background-color css
<style>
a { background-color: #6463DF; }
a { background-color: rgb(100,99,223); }
div.DivClassName
{
background-color: #6463DF;
}
.BgClassName
{
background-color: #6463DF;
}
</style>
border-color css
<style>
span { border-color: #6463DF; }
span { border-color: rgb(100,99,223); }
td.TdClassName
{
border-color: #6463DF;
}
.TagClassName
{
border-color: #6463DF;
}
</style>