Shades of Slate Blue #6357D6
Tints of Slate Blue #6357D6
RGB
CMYK
RGB Variations
Color information
#6357D6 (or 0x6357D6) is known color: Slate Blue. HEX triplet: 63, 57 and D6. RGB value is (99,87,214). Sum of RGB (Red+Green+Blue) = 99+87+214=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #6357D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6357D6 is #9CA829. Grayscale: #686868. Windows color (decimal): -10266666 or 14047075. OLE color: 14047075.
HSL color Cylindrical-coordinate representation of color #6357D6: hue angle of 245.67º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6357D6 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 87 | 214 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.16 |
| HSL | 245.67º | 0.61% | 0.59% | - |
| HSV(B) | 245.67º | 0.59% | 0.84% | - |
| XYZ | 20.69 | 14.32 | 65.29 | - |
| YUV | 105.07 | 189.48 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 214 | 0.54 | 0.59 | 0 | 0.16 | 245.67 | 0.61 | 0.59 |
| Hex | 63 | 57 | D6 | 36 | 3B | 0 | 10 | F6 | 3D | 3B |
| Octal | 143 | 127 | 326 | 66 | 73 | 0 | 20 | 366 | 75 | 73 |
| Binary | 1100011 | 1010111 | 11010110 | 110110 | 111011 | 0 | 10000 | 11110110 | 111101 | 111011 |
Color Harmonies of #6357D6
Complementary color
Monochromatic Colors of #6357D6
Black with #6357D6
Text Example
Text Example
White with #6357D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6357D6; }
p { color: rgb(99,87,214); }
H1.HeaderClassName
{
color: #6357D6;
}
.AnyTagClassName
{
color: #6357D6;
}
</style>
background-color css
<style>
a { background-color: #6357D6; }
a { background-color: rgb(99,87,214); }
div.DivClassName
{
background-color: #6357D6;
}
.BgClassName
{
background-color: #6357D6;
}
</style>
border-color css
<style>
span { border-color: #6357D6; }
span { border-color: rgb(99,87,214); }
td.TdClassName
{
border-color: #6357D6;
}
.TagClassName
{
border-color: #6357D6;
}
</style>