Shades of Slate Blue #686BD3
Tints of Slate Blue #686BD3
RGB
CMYK
RGB Variations
Color information
#686BD3 (or 0x686BD3) is known color: Slate Blue. HEX triplet: 68, 6B and D3. RGB value is (104,107,211). Sum of RGB (Red+Green+Blue) = 104+107+211=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #686BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BD3 is #97942C. Grayscale: #757575. Windows color (decimal): -9933869 or 13855592. OLE color: 13855592.
HSL color Cylindrical-coordinate representation of color #686BD3: hue angle of 238.32º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #686BD3 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 107 | 211 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.17 |
| HSL | 238.32º | 0.55% | 0.62% | - |
| HSV(B) | 238.32º | 0.51% | 0.83% | - |
| XYZ | 22.72 | 18.16 | 63.94 | - |
| YUV | 117.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 211 | 0.51 | 0.49 | 0 | 0.17 | 238.32 | 0.55 | 0.62 |
| Hex | 68 | 6B | D3 | 33 | 31 | 0 | 11 | EE | 37 | 3E |
| Octal | 150 | 153 | 323 | 63 | 61 | 0 | 21 | 356 | 67 | 76 |
| Binary | 1101000 | 1101011 | 11010011 | 110011 | 110001 | 0 | 10001 | 11101110 | 110111 | 111110 |
Color Harmonies of #686BD3
Complementary color
Monochromatic Colors of #686BD3
Black with #686BD3
Text Example
Text Example
White with #686BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BD3; }
p { color: rgb(104,107,211); }
H1.HeaderClassName
{
color: #686BD3;
}
.AnyTagClassName
{
color: #686BD3;
}
</style>
background-color css
<style>
a { background-color: #686BD3; }
a { background-color: rgb(104,107,211); }
div.DivClassName
{
background-color: #686BD3;
}
.BgClassName
{
background-color: #686BD3;
}
</style>
border-color css
<style>
span { border-color: #686BD3; }
span { border-color: rgb(104,107,211); }
td.TdClassName
{
border-color: #686BD3;
}
.TagClassName
{
border-color: #686BD3;
}
</style>