Shades of Slate Blue #6864DB
Tints of Slate Blue #6864DB
RGB
CMYK
RGB Variations
Color information
#6864DB (or 0x6864DB) is known color: Slate Blue. HEX triplet: 68, 64 and DB. RGB value is (104,100,219). Sum of RGB (Red+Green+Blue) = 104+100+219=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #6864DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6864DB is #979B24. Grayscale: #727272. Windows color (decimal): -9935653 or 14378088. OLE color: 14378088.
HSL color Cylindrical-coordinate representation of color #6864DB: hue angle of 242.02º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6864DB is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 100 | 219 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.14 |
| HSL | 242.02º | 0.62% | 0.63% | - |
| HSV(B) | 242.02º | 0.54% | 0.86% | - |
| XYZ | 23.05 | 17.17 | 69.12 | - |
| YUV | 114.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 219 | 0.53 | 0.54 | 0 | 0.14 | 242.02 | 0.62 | 0.63 |
| Hex | 68 | 64 | DB | 35 | 36 | 0 | E | F2 | 3E | 3F |
| Octal | 150 | 144 | 333 | 65 | 66 | 0 | 16 | 362 | 76 | 77 |
| Binary | 1101000 | 1100100 | 11011011 | 110101 | 110110 | 0 | 1110 | 11110010 | 111110 | 111111 |
Color Harmonies of #6864DB
Complementary color
Monochromatic Colors of #6864DB
Black with #6864DB
Text Example
Text Example
White with #6864DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864DB; }
p { color: rgb(104,100,219); }
H1.HeaderClassName
{
color: #6864DB;
}
.AnyTagClassName
{
color: #6864DB;
}
</style>
background-color css
<style>
a { background-color: #6864DB; }
a { background-color: rgb(104,100,219); }
div.DivClassName
{
background-color: #6864DB;
}
.BgClassName
{
background-color: #6864DB;
}
</style>
border-color css
<style>
span { border-color: #6864DB; }
span { border-color: rgb(104,100,219); }
td.TdClassName
{
border-color: #6864DB;
}
.TagClassName
{
border-color: #6864DB;
}
</style>