Shades of Slate Blue #6340DF
Tints of Slate Blue #6340DF
RGB
CMYK
RGB Variations
Color information
#6340DF (or 0x6340DF) is known color: Slate Blue. HEX triplet: 63, 40 and DF. RGB value is (99,64,223). Sum of RGB (Red+Green+Blue) = 99+64+223=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #6340DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6340DF is #9CBF20. Grayscale: #5B5B5B. Windows color (decimal): -10272545 or 14631011. OLE color: 14631011.
HSL color Cylindrical-coordinate representation of color #6340DF: hue angle of 253.21º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6340DF is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 64 | 223 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.13 |
| HSL | 253.21º | 0.71% | 0.56% | - |
| HSV(B) | 253.21º | 0.71% | 0.87% | - |
| XYZ | 20.3 | 11.65 | 70.99 | - |
| YUV | 92.59 | 201.6 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 223 | 0.56 | 0.71 | 0 | 0.13 | 253.21 | 0.71 | 0.56 |
| Hex | 63 | 40 | DF | 38 | 47 | 0 | D | FD | 47 | 38 |
| Octal | 143 | 100 | 337 | 70 | 107 | 0 | 15 | 375 | 107 | 70 |
| Binary | 1100011 | 1000000 | 11011111 | 111000 | 1000111 | 0 | 1101 | 11111101 | 1000111 | 111000 |
Color Harmonies of #6340DF
Complementary color
Monochromatic Colors of #6340DF
Black with #6340DF
Text Example
Text Example
White with #6340DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6340DF; }
p { color: rgb(99,64,223); }
H1.HeaderClassName
{
color: #6340DF;
}
.AnyTagClassName
{
color: #6340DF;
}
</style>
background-color css
<style>
a { background-color: #6340DF; }
a { background-color: rgb(99,64,223); }
div.DivClassName
{
background-color: #6340DF;
}
.BgClassName
{
background-color: #6340DF;
}
</style>
border-color css
<style>
span { border-color: #6340DF; }
span { border-color: rgb(99,64,223); }
td.TdClassName
{
border-color: #6340DF;
}
.TagClassName
{
border-color: #6340DF;
}
</style>