Shades of Slate Blue #6463C5
Tints of Slate Blue #6463C5
RGB
CMYK
RGB Variations
Color information
#6463C5 (or 0x6463C5) is known color: Slate Blue. HEX triplet: 64, 63 and C5. RGB value is (100,99,197). Sum of RGB (Red+Green+Blue) = 100+99+197=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 197 (77.34% from 255 or 49.75% from 396); Max value from RGB is 197 - color contains mainly: blue. Hex color #6463C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463C5 is #9B9C3A. Grayscale: #6E6E6E. Windows color (decimal): -10198075 or 12936036. OLE color: 12936036.
HSL color Cylindrical-coordinate representation of color #6463C5: hue angle of 240.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6463C5 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 99 | 197 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.23 |
| HSL | 240.61º | 0.46% | 0.58% | - |
| HSV(B) | 240.61º | 0.5% | 0.77% | - |
| XYZ | 19.8 | 15.66 | 54.8 | - |
| YUV | 110.47 | 176.83 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 197 | 0.49 | 0.50 | 0 | 0.23 | 240.61 | 0.46 | 0.58 |
| Hex | 64 | 63 | C5 | 31 | 32 | 0 | 17 | F1 | 2E | 3A |
| Octal | 144 | 143 | 305 | 61 | 62 | 0 | 27 | 361 | 56 | 72 |
| Binary | 1100100 | 1100011 | 11000101 | 110001 | 110010 | 0 | 10111 | 11110001 | 101110 | 111010 |
Color Harmonies of #6463C5
Complementary color
Monochromatic Colors of #6463C5
Black with #6463C5
Text Example
Text Example
White with #6463C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6463C5; }
p { color: rgb(100,99,197); }
H1.HeaderClassName
{
color: #6463C5;
}
.AnyTagClassName
{
color: #6463C5;
}
</style>
background-color css
<style>
a { background-color: #6463C5; }
a { background-color: rgb(100,99,197); }
div.DivClassName
{
background-color: #6463C5;
}
.BgClassName
{
background-color: #6463C5;
}
</style>
border-color css
<style>
span { border-color: #6463C5; }
span { border-color: rgb(100,99,197); }
td.TdClassName
{
border-color: #6463C5;
}
.TagClassName
{
border-color: #6463C5;
}
</style>