Shades of Slate Blue #6866DE
Tints of Slate Blue #6866DE
RGB
CMYK
RGB Variations
Color information
#6866DE (or 0x6866DE) is known color: Slate Blue. HEX triplet: 68, 66 and DE. RGB value is (104,102,222). Sum of RGB (Red+Green+Blue) = 104+102+222=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #6866DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866DE is #979921. Grayscale: #737373. Windows color (decimal): -9935138 or 14575208. OLE color: 14575208.
HSL color Cylindrical-coordinate representation of color #6866DE: hue angle of 241º 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 #6866DE is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 102 | 222 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.13 |
| HSL | 241º | 0.65% | 0.64% | - |
| HSV(B) | 241º | 0.54% | 0.87% | - |
| XYZ | 23.65 | 17.72 | 71.28 | - |
| YUV | 116.28 | 187.66 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 222 | 0.53 | 0.54 | 0 | 0.13 | 241 | 0.65 | 0.64 |
| Hex | 68 | 66 | DE | 35 | 36 | 0 | D | F1 | 41 | 40 |
| Octal | 150 | 146 | 336 | 65 | 66 | 0 | 15 | 361 | 101 | 100 |
| Binary | 1101000 | 1100110 | 11011110 | 110101 | 110110 | 0 | 1101 | 11110001 | 1000001 | 1000000 |
Color Harmonies of #6866DE
Complementary color
Monochromatic Colors of #6866DE
Black with #6866DE
Text Example
Text Example
White with #6866DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866DE; }
p { color: rgb(104,102,222); }
H1.HeaderClassName
{
color: #6866DE;
}
.AnyTagClassName
{
color: #6866DE;
}
</style>
background-color css
<style>
a { background-color: #6866DE; }
a { background-color: rgb(104,102,222); }
div.DivClassName
{
background-color: #6866DE;
}
.BgClassName
{
background-color: #6866DE;
}
</style>
border-color css
<style>
span { border-color: #6866DE; }
span { border-color: rgb(104,102,222); }
td.TdClassName
{
border-color: #6866DE;
}
.TagClassName
{
border-color: #6866DE;
}
</style>