Shades of Slate Blue #6866DF
Tints of Slate Blue #6866DF
RGB
CMYK
RGB Variations
Color information
#6866DF (or 0x6866DF) is known color: Slate Blue. HEX triplet: 68, 66 and DF. RGB value is (104,102,223). Sum of RGB (Red+Green+Blue) = 104+102+223=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #6866DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866DF is #979920. Grayscale: #737373. Windows color (decimal): -9935137 or 14640744. OLE color: 14640744.
HSL color Cylindrical-coordinate representation of color #6866DF: hue angle of 240.99º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6866DF is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 102 | 223 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.13 |
| HSL | 240.99º | 0.65% | 0.64% | - |
| HSV(B) | 240.99º | 0.54% | 0.87% | - |
| XYZ | 23.78 | 17.77 | 71.99 | - |
| YUV | 116.39 | 188.16 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 223 | 0.53 | 0.54 | 0 | 0.13 | 240.99 | 0.65 | 0.64 |
| Hex | 68 | 66 | DF | 35 | 36 | 0 | D | F1 | 41 | 40 |
| Octal | 150 | 146 | 337 | 65 | 66 | 0 | 15 | 361 | 101 | 100 |
| Binary | 1101000 | 1100110 | 11011111 | 110101 | 110110 | 0 | 1101 | 11110001 | 1000001 | 1000000 |
Color Harmonies of #6866DF
Complementary color
Monochromatic Colors of #6866DF
Black with #6866DF
Text Example
Text Example
White with #6866DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866DF; }
p { color: rgb(104,102,223); }
H1.HeaderClassName
{
color: #6866DF;
}
.AnyTagClassName
{
color: #6866DF;
}
</style>
background-color css
<style>
a { background-color: #6866DF; }
a { background-color: rgb(104,102,223); }
div.DivClassName
{
background-color: #6866DF;
}
.BgClassName
{
background-color: #6866DF;
}
</style>
border-color css
<style>
span { border-color: #6866DF; }
span { border-color: rgb(104,102,223); }
td.TdClassName
{
border-color: #6866DF;
}
.TagClassName
{
border-color: #6866DF;
}
</style>