Shades of Slate Blue #686CDB
Tints of Slate Blue #686CDB
RGB
CMYK
RGB Variations
Color information
#686CDB (or 0x686CDB) is known color: Slate Blue. HEX triplet: 68, 6C and DB. RGB value is (104,108,219). Sum of RGB (Red+Green+Blue) = 104+108+219=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #686CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CDB is #979324. Grayscale: #777777. Windows color (decimal): -9933605 or 14380136. OLE color: 14380136.
HSL color Cylindrical-coordinate representation of color #686CDB: hue angle of 237.91º 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 #686CDB is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 108 | 219 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.14 |
| HSL | 237.91º | 0.61% | 0.63% | - |
| HSV(B) | 237.91º | 0.53% | 0.86% | - |
| XYZ | 23.86 | 18.78 | 69.39 | - |
| YUV | 119.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 219 | 0.53 | 0.51 | 0 | 0.14 | 237.91 | 0.61 | 0.63 |
| Hex | 68 | 6C | DB | 35 | 33 | 0 | E | EE | 3D | 3F |
| Octal | 150 | 154 | 333 | 65 | 63 | 0 | 16 | 356 | 75 | 77 |
| Binary | 1101000 | 1101100 | 11011011 | 110101 | 110011 | 0 | 1110 | 11101110 | 111101 | 111111 |
Color Harmonies of #686CDB
Complementary color
Monochromatic Colors of #686CDB
Black with #686CDB
Text Example
Text Example
White with #686CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CDB; }
p { color: rgb(104,108,219); }
H1.HeaderClassName
{
color: #686CDB;
}
.AnyTagClassName
{
color: #686CDB;
}
</style>
background-color css
<style>
a { background-color: #686CDB; }
a { background-color: rgb(104,108,219); }
div.DivClassName
{
background-color: #686CDB;
}
.BgClassName
{
background-color: #686CDB;
}
</style>
border-color css
<style>
span { border-color: #686CDB; }
span { border-color: rgb(104,108,219); }
td.TdClassName
{
border-color: #686CDB;
}
.TagClassName
{
border-color: #686CDB;
}
</style>