Shades of Slate Blue #6863DF
Tints of Slate Blue #6863DF
RGB
CMYK
RGB Variations
Color information
#6863DF (or 0x6863DF) is known color: Slate Blue. HEX triplet: 68, 63 and DF. RGB value is (104,99,223). Sum of RGB (Red+Green+Blue) = 104+99+223=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #6863DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863DF is #979C20. Grayscale: #727272. Windows color (decimal): -9935905 or 14639976. OLE color: 14639976.
HSL color Cylindrical-coordinate representation of color #6863DF: hue angle of 242.42º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6863DF is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 99 | 223 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.13 |
| HSL | 242.42º | 0.66% | 0.63% | - |
| HSV(B) | 242.42º | 0.56% | 0.87% | - |
| XYZ | 23.49 | 17.19 | 71.89 | - |
| YUV | 114.63 | 189.16 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 223 | 0.53 | 0.56 | 0 | 0.13 | 242.42 | 0.66 | 0.63 |
| Hex | 68 | 63 | DF | 35 | 38 | 0 | D | F2 | 42 | 3F |
| Octal | 150 | 143 | 337 | 65 | 70 | 0 | 15 | 362 | 102 | 77 |
| Binary | 1101000 | 1100011 | 11011111 | 110101 | 111000 | 0 | 1101 | 11110010 | 1000010 | 111111 |
Color Harmonies of #6863DF
Complementary color
Monochromatic Colors of #6863DF
Black with #6863DF
Text Example
Text Example
White with #6863DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6863DF; }
p { color: rgb(104,99,223); }
H1.HeaderClassName
{
color: #6863DF;
}
.AnyTagClassName
{
color: #6863DF;
}
</style>
background-color css
<style>
a { background-color: #6863DF; }
a { background-color: rgb(104,99,223); }
div.DivClassName
{
background-color: #6863DF;
}
.BgClassName
{
background-color: #6863DF;
}
</style>
border-color css
<style>
span { border-color: #6863DF; }
span { border-color: rgb(104,99,223); }
td.TdClassName
{
border-color: #6863DF;
}
.TagClassName
{
border-color: #6863DF;
}
</style>