Shades of Slate Blue #6463C8
Tints of Slate Blue #6463C8
RGB
CMYK
RGB Variations
Color information
#6463C8 (or 0x6463C8) is known color: Slate Blue. HEX triplet: 64, 63 and C8. RGB value is (100,99,200). Sum of RGB (Red+Green+Blue) = 100+99+200=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #6463C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463C8 is #9B9C37. Grayscale: #6E6E6E. Windows color (decimal): -10198072 or 13132644. OLE color: 13132644.
HSL color Cylindrical-coordinate representation of color #6463C8: hue angle of 240.59º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6463C8 is Cyan = 0.5, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 99 | 200 | - |
| CMYK | 0.5 | 0.50 | 0 | 0.22 |
| HSL | 240.59º | 0.48% | 0.59% | - |
| HSV(B) | 240.59º | 0.51% | 0.78% | - |
| XYZ | 20.14 | 15.8 | 56.63 | - |
| YUV | 110.81 | 178.33 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 200 | 0.5 | 0.50 | 0 | 0.22 | 240.59 | 0.48 | 0.59 |
| Hex | 64 | 63 | C8 | 32 | 32 | 0 | 16 | F1 | 30 | 3B |
| Octal | 144 | 143 | 310 | 62 | 62 | 0 | 26 | 361 | 60 | 73 |
| Binary | 1100100 | 1100011 | 11001000 | 110010 | 110010 | 0 | 10110 | 11110001 | 110000 | 111011 |
Color Harmonies of #6463C8
Complementary color
Monochromatic Colors of #6463C8
Black with #6463C8
Text Example
Text Example
White with #6463C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6463C8; }
p { color: rgb(100,99,200); }
H1.HeaderClassName
{
color: #6463C8;
}
.AnyTagClassName
{
color: #6463C8;
}
</style>
background-color css
<style>
a { background-color: #6463C8; }
a { background-color: rgb(100,99,200); }
div.DivClassName
{
background-color: #6463C8;
}
.BgClassName
{
background-color: #6463C8;
}
</style>
border-color css
<style>
span { border-color: #6463C8; }
span { border-color: rgb(100,99,200); }
td.TdClassName
{
border-color: #6463C8;
}
.TagClassName
{
border-color: #6463C8;
}
</style>