Shades of Slate Blue #6357D5
Tints of Slate Blue #6357D5
RGB
CMYK
RGB Variations
Color information
#6357D5 (or 0x6357D5) is known color: Slate Blue. HEX triplet: 63, 57 and D5. RGB value is (99,87,213). Sum of RGB (Red+Green+Blue) = 99+87+213=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #6357D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6357D5 is #9CA82A. Grayscale: #686868. Windows color (decimal): -10266667 or 13981539. OLE color: 13981539.
HSL color Cylindrical-coordinate representation of color #6357D5: hue angle of 245.71º degrees, saturation: 0.6, 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 #6357D5 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 87 | 213 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.16 |
| HSL | 245.71º | 0.6% | 0.59% | - |
| HSV(B) | 245.71º | 0.59% | 0.84% | - |
| XYZ | 20.56 | 14.27 | 64.62 | - |
| YUV | 104.95 | 188.98 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 213 | 0.54 | 0.59 | 0 | 0.16 | 245.71 | 0.6 | 0.59 |
| Hex | 63 | 57 | D5 | 36 | 3B | 0 | 10 | F6 | 3C | 3B |
| Octal | 143 | 127 | 325 | 66 | 73 | 0 | 20 | 366 | 74 | 73 |
| Binary | 1100011 | 1010111 | 11010101 | 110110 | 111011 | 0 | 10000 | 11110110 | 111100 | 111011 |
Color Harmonies of #6357D5
Complementary color
Monochromatic Colors of #6357D5
Black with #6357D5
Text Example
Text Example
White with #6357D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6357D5; }
p { color: rgb(99,87,213); }
H1.HeaderClassName
{
color: #6357D5;
}
.AnyTagClassName
{
color: #6357D5;
}
</style>
background-color css
<style>
a { background-color: #6357D5; }
a { background-color: rgb(99,87,213); }
div.DivClassName
{
background-color: #6357D5;
}
.BgClassName
{
background-color: #6357D5;
}
</style>
border-color css
<style>
span { border-color: #6357D5; }
span { border-color: rgb(99,87,213); }
td.TdClassName
{
border-color: #6357D5;
}
.TagClassName
{
border-color: #6357D5;
}
</style>