Shades of Slate Blue #6350D1
Tints of Slate Blue #6350D1
RGB
CMYK
RGB Variations
Color information
#6350D1 (or 0x6350D1) is known color: Slate Blue. HEX triplet: 63, 50 and D1. RGB value is (99,80,209). Sum of RGB (Red+Green+Blue) = 99+80+209=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #6350D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350D1 is #9CAF2E. Grayscale: #636363. Windows color (decimal): -10268463 or 13717603. OLE color: 13717603.
HSL color Cylindrical-coordinate representation of color #6350D1: hue angle of 248.84º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6350D1 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 80 | 209 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.18 |
| HSL | 248.84º | 0.58% | 0.57% | - |
| HSV(B) | 248.84º | 0.62% | 0.82% | - |
| XYZ | 19.52 | 12.99 | 61.8 | - |
| YUV | 100.39 | 189.29 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 209 | 0.53 | 0.62 | 0 | 0.18 | 248.84 | 0.58 | 0.57 |
| Hex | 63 | 50 | D1 | 35 | 3E | 0 | 12 | F9 | 3A | 39 |
| Octal | 143 | 120 | 321 | 65 | 76 | 0 | 22 | 371 | 72 | 71 |
| Binary | 1100011 | 1010000 | 11010001 | 110101 | 111110 | 0 | 10010 | 11111001 | 111010 | 111001 |
Color Harmonies of #6350D1
Complementary color
Monochromatic Colors of #6350D1
Black with #6350D1
Text Example
Text Example
White with #6350D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6350D1; }
p { color: rgb(99,80,209); }
H1.HeaderClassName
{
color: #6350D1;
}
.AnyTagClassName
{
color: #6350D1;
}
</style>
background-color css
<style>
a { background-color: #6350D1; }
a { background-color: rgb(99,80,209); }
div.DivClassName
{
background-color: #6350D1;
}
.BgClassName
{
background-color: #6350D1;
}
</style>
border-color css
<style>
span { border-color: #6350D1; }
span { border-color: rgb(99,80,209); }
td.TdClassName
{
border-color: #6350D1;
}
.TagClassName
{
border-color: #6350D1;
}
</style>