Shades of Slate Blue #6868DB
Tints of Slate Blue #6868DB
RGB
CMYK
RGB Variations
Color information
#6868DB (or 0x6868DB) is known color: Slate Blue. HEX triplet: 68, 68 and DB. RGB value is (104,104,219). Sum of RGB (Red+Green+Blue) = 104+104+219=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #6868DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6868DB is #979724. Grayscale: #747474. Windows color (decimal): -9934629 or 14379112. OLE color: 14379112.
HSL color Cylindrical-coordinate representation of color #6868DB: hue angle of 240º degrees, saturation: 0.61, 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 #6868DB is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 104 | 219 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.14 |
| HSL | 240º | 0.61% | 0.63% | - |
| HSV(B) | 240º | 0.53% | 0.86% | - |
| XYZ | 23.45 | 17.96 | 69.25 | - |
| YUV | 117.11 | 185.5 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 219 | 0.53 | 0.53 | 0 | 0.14 | 240 | 0.61 | 0.63 |
| Hex | 68 | 68 | DB | 35 | 35 | 0 | E | F0 | 3D | 3F |
| Octal | 150 | 150 | 333 | 65 | 65 | 0 | 16 | 360 | 75 | 77 |
| Binary | 1101000 | 1101000 | 11011011 | 110101 | 110101 | 0 | 1110 | 11110000 | 111101 | 111111 |
Color Harmonies of #6868DB
Complementary color
Monochromatic Colors of #6868DB
Black with #6868DB
Text Example
Text Example
White with #6868DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6868DB; }
p { color: rgb(104,104,219); }
H1.HeaderClassName
{
color: #6868DB;
}
.AnyTagClassName
{
color: #6868DB;
}
</style>
background-color css
<style>
a { background-color: #6868DB; }
a { background-color: rgb(104,104,219); }
div.DivClassName
{
background-color: #6868DB;
}
.BgClassName
{
background-color: #6868DB;
}
</style>
border-color css
<style>
span { border-color: #6868DB; }
span { border-color: rgb(104,104,219); }
td.TdClassName
{
border-color: #6868DB;
}
.TagClassName
{
border-color: #6868DB;
}
</style>