Shades of Slate Blue #686DCF
Tints of Slate Blue #686DCF
RGB
CMYK
RGB Variations
Color information
#686DCF (or 0x686DCF) is known color: Slate Blue. HEX triplet: 68, 6D and CF. RGB value is (104,109,207). Sum of RGB (Red+Green+Blue) = 104+109+207=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #686DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DCF is #979230. Grayscale: #767676. Windows color (decimal): -9933361 or 13593960. OLE color: 13593960.
HSL color Cylindrical-coordinate representation of color #686DCF: hue angle of 237.09º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686DCF is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 109 | 207 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.19 |
| HSL | 237.09º | 0.52% | 0.61% | - |
| HSV(B) | 237.09º | 0.5% | 0.81% | - |
| XYZ | 22.44 | 18.39 | 61.4 | - |
| YUV | 118.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 207 | 0.50 | 0.47 | 0 | 0.19 | 237.09 | 0.52 | 0.61 |
| Hex | 68 | 6D | CF | 32 | 2F | 0 | 13 | ED | 34 | 3D |
| Octal | 150 | 155 | 317 | 62 | 57 | 0 | 23 | 355 | 64 | 75 |
| Binary | 1101000 | 1101101 | 11001111 | 110010 | 101111 | 0 | 10011 | 11101101 | 110100 | 111101 |
Color Harmonies of #686DCF
Complementary color
Monochromatic Colors of #686DCF
Black with #686DCF
Text Example
Text Example
White with #686DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DCF; }
p { color: rgb(104,109,207); }
H1.HeaderClassName
{
color: #686DCF;
}
.AnyTagClassName
{
color: #686DCF;
}
</style>
background-color css
<style>
a { background-color: #686DCF; }
a { background-color: rgb(104,109,207); }
div.DivClassName
{
background-color: #686DCF;
}
.BgClassName
{
background-color: #686DCF;
}
</style>
border-color css
<style>
span { border-color: #686DCF; }
span { border-color: rgb(104,109,207); }
td.TdClassName
{
border-color: #686DCF;
}
.TagClassName
{
border-color: #686DCF;
}
</style>