Shades of Slate Blue #6866DB
Tints of Slate Blue #6866DB
RGB
CMYK
RGB Variations
Color information
#6866DB (or 0x6866DB) is known color: Slate Blue. HEX triplet: 68, 66 and DB. RGB value is (104,102,219). Sum of RGB (Red+Green+Blue) = 104+102+219=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #6866DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866DB is #979924. Grayscale: #737373. Windows color (decimal): -9935141 or 14378600. OLE color: 14378600.
HSL color Cylindrical-coordinate representation of color #6866DB: hue angle of 241.03º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6866DB is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 102 | 219 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.14 |
| HSL | 241.03º | 0.62% | 0.63% | - |
| HSV(B) | 241.03º | 0.53% | 0.86% | - |
| XYZ | 23.25 | 17.56 | 69.18 | - |
| YUV | 115.94 | 186.16 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 219 | 0.53 | 0.53 | 0 | 0.14 | 241.03 | 0.62 | 0.63 |
| Hex | 68 | 66 | DB | 35 | 35 | 0 | E | F1 | 3E | 3F |
| Octal | 150 | 146 | 333 | 65 | 65 | 0 | 16 | 361 | 76 | 77 |
| Binary | 1101000 | 1100110 | 11011011 | 110101 | 110101 | 0 | 1110 | 11110001 | 111110 | 111111 |
Color Harmonies of #6866DB
Complementary color
Monochromatic Colors of #6866DB
Black with #6866DB
Text Example
Text Example
White with #6866DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866DB; }
p { color: rgb(104,102,219); }
H1.HeaderClassName
{
color: #6866DB;
}
.AnyTagClassName
{
color: #6866DB;
}
</style>
background-color css
<style>
a { background-color: #6866DB; }
a { background-color: rgb(104,102,219); }
div.DivClassName
{
background-color: #6866DB;
}
.BgClassName
{
background-color: #6866DB;
}
</style>
border-color css
<style>
span { border-color: #6866DB; }
span { border-color: rgb(104,102,219); }
td.TdClassName
{
border-color: #6866DB;
}
.TagClassName
{
border-color: #6866DB;
}
</style>