Shades of Slate Blue #6463CE
Tints of Slate Blue #6463CE
RGB
CMYK
RGB Variations
Color information
#6463CE (or 0x6463CE) is known color: Slate Blue. HEX triplet: 64, 63 and CE. RGB value is (100,99,206). Sum of RGB (Red+Green+Blue) = 100+99+206=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #6463CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463CE is #9B9C31. Grayscale: #6F6F6F. Windows color (decimal): -10198066 or 13525860. OLE color: 13525860.
HSL color Cylindrical-coordinate representation of color #6463CE: hue angle of 240.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6463CE is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 99 | 206 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.19 |
| HSL | 240.56º | 0.52% | 0.6% | - |
| HSV(B) | 240.56º | 0.52% | 0.81% | - |
| XYZ | 20.86 | 16.09 | 60.4 | - |
| YUV | 111.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 206 | 0.51 | 0.52 | 0 | 0.19 | 240.56 | 0.52 | 0.6 |
| Hex | 64 | 63 | CE | 33 | 34 | 0 | 13 | F1 | 34 | 3C |
| Octal | 144 | 143 | 316 | 63 | 64 | 0 | 23 | 361 | 64 | 74 |
| Binary | 1100100 | 1100011 | 11001110 | 110011 | 110100 | 0 | 10011 | 11110001 | 110100 | 111100 |
Color Harmonies of #6463CE
Complementary color
Monochromatic Colors of #6463CE
Black with #6463CE
Text Example
Text Example
White with #6463CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6463CE; }
p { color: rgb(100,99,206); }
H1.HeaderClassName
{
color: #6463CE;
}
.AnyTagClassName
{
color: #6463CE;
}
</style>
background-color css
<style>
a { background-color: #6463CE; }
a { background-color: rgb(100,99,206); }
div.DivClassName
{
background-color: #6463CE;
}
.BgClassName
{
background-color: #6463CE;
}
</style>
border-color css
<style>
span { border-color: #6463CE; }
span { border-color: rgb(100,99,206); }
td.TdClassName
{
border-color: #6463CE;
}
.TagClassName
{
border-color: #6463CE;
}
</style>