Shades of Slate Blue #6863DB
Tints of Slate Blue #6863DB
RGB
CMYK
RGB Variations
Color information
#6863DB (or 0x6863DB) is known color: Slate Blue. HEX triplet: 68, 63 and DB. RGB value is (104,99,219). Sum of RGB (Red+Green+Blue) = 104+99+219=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #6863DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863DB is #979C24. Grayscale: #717171. Windows color (decimal): -9935909 or 14377832. OLE color: 14377832.
HSL color Cylindrical-coordinate representation of color #6863DB: hue angle of 242.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6863DB is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 99 | 219 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.14 |
| HSL | 242.5º | 0.63% | 0.62% | - |
| HSV(B) | 242.5º | 0.55% | 0.86% | - |
| XYZ | 22.96 | 16.98 | 69.09 | - |
| YUV | 114.18 | 187.16 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 219 | 0.53 | 0.55 | 0 | 0.14 | 242.5 | 0.63 | 0.62 |
| Hex | 68 | 63 | DB | 35 | 37 | 0 | E | F2 | 3E | 3E |
| Octal | 150 | 143 | 333 | 65 | 67 | 0 | 16 | 362 | 76 | 76 |
| Binary | 1101000 | 1100011 | 11011011 | 110101 | 110111 | 0 | 1110 | 11110010 | 111110 | 111110 |
Color Harmonies of #6863DB
Complementary color
Monochromatic Colors of #6863DB
Black with #6863DB
Text Example
Text Example
White with #6863DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6863DB; }
p { color: rgb(104,99,219); }
H1.HeaderClassName
{
color: #6863DB;
}
.AnyTagClassName
{
color: #6863DB;
}
</style>
background-color css
<style>
a { background-color: #6863DB; }
a { background-color: rgb(104,99,219); }
div.DivClassName
{
background-color: #6863DB;
}
.BgClassName
{
background-color: #6863DB;
}
</style>
border-color css
<style>
span { border-color: #6863DB; }
span { border-color: rgb(104,99,219); }
td.TdClassName
{
border-color: #6863DB;
}
.TagClassName
{
border-color: #6863DB;
}
</style>