Shades of Slate Blue #6463CD
Tints of Slate Blue #6463CD
RGB
CMYK
RGB Variations
Color information
#6463CD (or 0x6463CD) is known color: Slate Blue. HEX triplet: 64, 63 and CD. RGB value is (100,99,205). Sum of RGB (Red+Green+Blue) = 100+99+205=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #6463CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463CD is #9B9C32. Grayscale: #6E6E6E. Windows color (decimal): -10198067 or 13460324. OLE color: 13460324.
HSL color Cylindrical-coordinate representation of color #6463CD: hue angle of 240.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6463CD is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 99 | 205 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.20 |
| HSL | 240.57º | 0.51% | 0.6% | - |
| HSV(B) | 240.57º | 0.52% | 0.8% | - |
| XYZ | 20.74 | 16.04 | 59.76 | - |
| YUV | 111.38 | 180.83 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 205 | 0.51 | 0.52 | 0 | 0.20 | 240.57 | 0.51 | 0.6 |
| Hex | 64 | 63 | CD | 33 | 34 | 0 | 14 | F1 | 33 | 3C |
| Octal | 144 | 143 | 315 | 63 | 64 | 0 | 24 | 361 | 63 | 74 |
| Binary | 1100100 | 1100011 | 11001101 | 110011 | 110100 | 0 | 10100 | 11110001 | 110011 | 111100 |
Color Harmonies of #6463CD
Complementary color
Monochromatic Colors of #6463CD
Black with #6463CD
Text Example
Text Example
White with #6463CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6463CD; }
p { color: rgb(100,99,205); }
H1.HeaderClassName
{
color: #6463CD;
}
.AnyTagClassName
{
color: #6463CD;
}
</style>
background-color css
<style>
a { background-color: #6463CD; }
a { background-color: rgb(100,99,205); }
div.DivClassName
{
background-color: #6463CD;
}
.BgClassName
{
background-color: #6463CD;
}
</style>
border-color css
<style>
span { border-color: #6463CD; }
span { border-color: rgb(100,99,205); }
td.TdClassName
{
border-color: #6463CD;
}
.TagClassName
{
border-color: #6463CD;
}
</style>