Shades of Slate Blue #6463DC
Tints of Slate Blue #6463DC
RGB
CMYK
RGB Variations
Color information
#6463DC (or 0x6463DC) is known color: Slate Blue. HEX triplet: 64, 63 and DC. RGB value is (100,99,220). Sum of RGB (Red+Green+Blue) = 100+99+220=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #6463DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463DC is #9B9C23. Grayscale: #707070. Windows color (decimal): -10198052 or 14443364. OLE color: 14443364.
HSL color Cylindrical-coordinate representation of color #6463DC: hue angle of 240.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6463DC is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 99 | 220 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.14 |
| HSL | 240.5º | 0.63% | 0.63% | - |
| HSV(B) | 240.5º | 0.55% | 0.86% | - |
| XYZ | 22.64 | 16.8 | 69.76 | - |
| YUV | 113.09 | 188.33 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 220 | 0.55 | 0.55 | 0 | 0.14 | 240.5 | 0.63 | 0.63 |
| Hex | 64 | 63 | DC | 37 | 37 | 0 | E | F0 | 3F | 3F |
| Octal | 144 | 143 | 334 | 67 | 67 | 0 | 16 | 360 | 77 | 77 |
| Binary | 1100100 | 1100011 | 11011100 | 110111 | 110111 | 0 | 1110 | 11110000 | 111111 | 111111 |
Color Harmonies of #6463DC
Complementary color
Monochromatic Colors of #6463DC
Black with #6463DC
Text Example
Text Example
White with #6463DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6463DC; }
p { color: rgb(100,99,220); }
H1.HeaderClassName
{
color: #6463DC;
}
.AnyTagClassName
{
color: #6463DC;
}
</style>
background-color css
<style>
a { background-color: #6463DC; }
a { background-color: rgb(100,99,220); }
div.DivClassName
{
background-color: #6463DC;
}
.BgClassName
{
background-color: #6463DC;
}
</style>
border-color css
<style>
span { border-color: #6463DC; }
span { border-color: rgb(100,99,220); }
td.TdClassName
{
border-color: #6463DC;
}
.TagClassName
{
border-color: #6463DC;
}
</style>