Shades of Slate Blue #6867DB
Tints of Slate Blue #6867DB
RGB
CMYK
RGB Variations
Color information
#6867DB (or 0x6867DB) is known color: Slate Blue. HEX triplet: 68, 67 and DB. RGB value is (104,103,219). Sum of RGB (Red+Green+Blue) = 104+103+219=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #6867DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867DB is #979824. Grayscale: #747474. Windows color (decimal): -9934885 or 14378856. OLE color: 14378856.
HSL color Cylindrical-coordinate representation of color #6867DB: hue angle of 240.52º 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 #6867DB is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 103 | 219 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.14 |
| HSL | 240.52º | 0.62% | 0.63% | - |
| HSV(B) | 240.52º | 0.53% | 0.86% | - |
| XYZ | 23.35 | 17.76 | 69.22 | - |
| YUV | 116.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 219 | 0.53 | 0.53 | 0 | 0.14 | 240.52 | 0.62 | 0.63 |
| Hex | 68 | 67 | DB | 35 | 35 | 0 | E | F1 | 3E | 3F |
| Octal | 150 | 147 | 333 | 65 | 65 | 0 | 16 | 361 | 76 | 77 |
| Binary | 1101000 | 1100111 | 11011011 | 110101 | 110101 | 0 | 1110 | 11110001 | 111110 | 111111 |
Color Harmonies of #6867DB
Complementary color
Monochromatic Colors of #6867DB
Black with #6867DB
Text Example
Text Example
White with #6867DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6867DB; }
p { color: rgb(104,103,219); }
H1.HeaderClassName
{
color: #6867DB;
}
.AnyTagClassName
{
color: #6867DB;
}
</style>
background-color css
<style>
a { background-color: #6867DB; }
a { background-color: rgb(104,103,219); }
div.DivClassName
{
background-color: #6867DB;
}
.BgClassName
{
background-color: #6867DB;
}
</style>
border-color css
<style>
span { border-color: #6867DB; }
span { border-color: rgb(104,103,219); }
td.TdClassName
{
border-color: #6867DB;
}
.TagClassName
{
border-color: #6867DB;
}
</style>