Shades of Slate Blue #6356DF
Tints of Slate Blue #6356DF
RGB
CMYK
RGB Variations
Color information
#6356DF (or 0x6356DF) is known color: Slate Blue. HEX triplet: 63, 56 and DF. RGB value is (99,86,223). Sum of RGB (Red+Green+Blue) = 99+86+223=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #6356DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6356DF is #9CA920. Grayscale: #686868. Windows color (decimal): -10266913 or 14636643. OLE color: 14636643.
HSL color Cylindrical-coordinate representation of color #6356DF: hue angle of 245.69º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6356DF is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 86 | 223 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.13 |
| HSL | 245.69º | 0.68% | 0.61% | - |
| HSV(B) | 245.69º | 0.61% | 0.87% | - |
| XYZ | 21.79 | 14.64 | 71.49 | - |
| YUV | 105.51 | 194.31 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 223 | 0.56 | 0.61 | 0 | 0.13 | 245.69 | 0.68 | 0.61 |
| Hex | 63 | 56 | DF | 38 | 3D | 0 | D | F6 | 44 | 3D |
| Octal | 143 | 126 | 337 | 70 | 75 | 0 | 15 | 366 | 104 | 75 |
| Binary | 1100011 | 1010110 | 11011111 | 111000 | 111101 | 0 | 1101 | 11110110 | 1000100 | 111101 |
Color Harmonies of #6356DF
Complementary color
Monochromatic Colors of #6356DF
Black with #6356DF
Text Example
Text Example
White with #6356DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6356DF; }
p { color: rgb(99,86,223); }
H1.HeaderClassName
{
color: #6356DF;
}
.AnyTagClassName
{
color: #6356DF;
}
</style>
background-color css
<style>
a { background-color: #6356DF; }
a { background-color: rgb(99,86,223); }
div.DivClassName
{
background-color: #6356DF;
}
.BgClassName
{
background-color: #6356DF;
}
</style>
border-color css
<style>
span { border-color: #6356DF; }
span { border-color: rgb(99,86,223); }
td.TdClassName
{
border-color: #6356DF;
}
.TagClassName
{
border-color: #6356DF;
}
</style>