Shades of Slate Blue #6350D7
Tints of Slate Blue #6350D7
RGB
CMYK
RGB Variations
Color information
#6350D7 (or 0x6350D7) is known color: Slate Blue. HEX triplet: 63, 50 and D7. RGB value is (99,80,215). Sum of RGB (Red+Green+Blue) = 99+80+215=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #6350D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350D7 is #9CAF28. Grayscale: #646464. Windows color (decimal): -10268457 or 14110819. OLE color: 14110819.
HSL color Cylindrical-coordinate representation of color #6350D7: hue angle of 248.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6350D7 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 80 | 215 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.16 |
| HSL | 248.44º | 0.63% | 0.58% | - |
| HSV(B) | 248.44º | 0.63% | 0.84% | - |
| XYZ | 20.28 | 13.3 | 65.79 | - |
| YUV | 101.07 | 192.29 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 215 | 0.54 | 0.63 | 0 | 0.16 | 248.44 | 0.63 | 0.58 |
| Hex | 63 | 50 | D7 | 36 | 3F | 0 | 10 | F8 | 3F | 3A |
| Octal | 143 | 120 | 327 | 66 | 77 | 0 | 20 | 370 | 77 | 72 |
| Binary | 1100011 | 1010000 | 11010111 | 110110 | 111111 | 0 | 10000 | 11111000 | 111111 | 111010 |
Color Harmonies of #6350D7
Complementary color
Monochromatic Colors of #6350D7
Black with #6350D7
Text Example
Text Example
White with #6350D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6350D7; }
p { color: rgb(99,80,215); }
H1.HeaderClassName
{
color: #6350D7;
}
.AnyTagClassName
{
color: #6350D7;
}
</style>
background-color css
<style>
a { background-color: #6350D7; }
a { background-color: rgb(99,80,215); }
div.DivClassName
{
background-color: #6350D7;
}
.BgClassName
{
background-color: #6350D7;
}
</style>
border-color css
<style>
span { border-color: #6350D7; }
span { border-color: rgb(99,80,215); }
td.TdClassName
{
border-color: #6350D7;
}
.TagClassName
{
border-color: #6350D7;
}
</style>